Simplify doors somewhat, unsure what to do about edge obstacles

This commit is contained in:
2025-10-22 23:09:09 +01:00
parent 0fd7ba46b5
commit 9e6534b8f4
7 changed files with 26 additions and 38 deletions
+1 -3
View File
@@ -30,7 +30,7 @@ defaultDoor :: Door
defaultDoor =
Door
{ _drID = 0
, _drWallIDs = mempty
-- , _drWallIDs = mempty
-- , _drStatus = DoorClosed
, _drTrigger = WdBlConst False
, _drMech = DrWdId
@@ -46,6 +46,4 @@ defaultDoor =
, _drPushedBy = PushesItself
, _drPushes = Nothing
, _drMounts = mempty
-- , _drObstructs = mempty
, _drObstacleType = DoorObstacle
}