mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-05 20:31:51 +02:00
Fix building foundations.
This commit is contained in:
parent
aada02ee0b
commit
f912fa61b2
2 changed files with 3 additions and 3 deletions
|
@ -189,7 +189,7 @@ class Constructor:
|
|||
self.craters: list[Crater] = []
|
||||
self.direction_sectors: list[DirectionSector] = []
|
||||
|
||||
self.heights: set[float] = {2.0, 4.0}
|
||||
self.heights: set[float] = {1.0, 2.0}
|
||||
|
||||
def add_building(self, building: Building) -> None:
|
||||
"""Add building and update levels."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue