Automatically order placements

This commit is contained in:
2026-03-17 23:38:14 +00:00
parent 3b4cf68a15
commit d1c2870d63
25 changed files with 527 additions and 479 deletions
+1 -2
View File
@@ -164,8 +164,7 @@ data HeldItemType
| FLAMETORRENT
| FLAMEWALL
| BLOWTORCH
| SPARKGUN
| TESLAGUN
| TESLACOIL
| TRACTORGUN
| RLAUNCHER
| RLAUNCHERX {_xNum :: Int}
+1
View File
@@ -80,6 +80,7 @@ data PathFromEdge = PathFromEdge CardinalPoint Int
data RoomPosFlag
= RoomPosOnGrid {_onGridFromEdges :: S.Set PathFromEdge}
| RoomPosOffGrid {_offGridFromEdges :: S.Set PathFromEdge}
| RoomPosOnFloor
deriving (Eq, Ord, Show)
data UsedPos