Fix path updating when doors move

This commit is contained in:
2025-10-22 22:27:09 +01:00
parent 59472b16d2
commit 151c037763
3 changed files with 5 additions and 10 deletions
+1 -5
View File
@@ -37,11 +37,7 @@ defaultWall =
}
defaultDoorWall :: Wall
defaultDoorWall =
defaultWall
{ _wlPathable = True
, _wlMaterial = Metal
}
defaultDoorWall = defaultWall { _wlMaterial = Metal }
{- Indestructible see-through wall. -}
defaultCrystalWall :: Wall