Closed Coolthulhu closed 2 years ago
This is an old bug inherited from DDA. You can also see this with the handful of buildings that don't have an explicit roof mapgen over them.
The auto-generated roof is obtained via the roof
entry in terrain JSON, example: https://github.com/cataclysmbnteam/Cataclysm-BN/blob/upload/data/json/furniture_and_terrain/terrain-floors_indoor.json#L10
So basically whatever function is set to look for roof
and slap the terrain up there is only being triggered on load, not whenever the terrain first appears.
Describe the bug
Built walls have no roof over them after construction, until save+load, when they receive the roofs set in their terrain type.
Steps To Reproduce
Expected behavior
Fall never happens.
Screenshots
Versions and configuration
Additional context