mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-25 00:27:24 +01:00
Update src/modules/markers-generator.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
b62ff8f414
commit
dfedc2377d
1 changed files with 0 additions and 1 deletions
|
|
@ -530,7 +530,6 @@ class MarkersModule {
|
|||
}
|
||||
|
||||
private listVolcanoes({ cells }: PackedGraph) {
|
||||
console.log("Listing volcanoes...", this);
|
||||
return cells.i.filter((i) => !this.occupied[i] && cells.h[i] >= 70);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue