Make Placement into a product type
This commit is contained in:
+4
-4
@@ -66,12 +66,12 @@ initialAnoTree =
|
||||
PassthroughLockKeyLists keyCardRunPastRand itemRooms
|
||||
, AnTree . intAnno $ warningRooms "INVISIBLE CREATURE AHEAD"
|
||||
, AnTree $
|
||||
rToOnward "chaseCrit+armourChaseCrit rectRoom" $
|
||||
return . cleatOnward $
|
||||
roomRectAutoLinks 400 400 & rmPmnts
|
||||
rToOnward "chaseCrit+armourChaseCrit rectRoom" =<<
|
||||
return . cleatOnward <$>
|
||||
(roomRectAutoLinks 400 400 <&> rmPmnts
|
||||
.++~ [ psPtPl anyUnusedSpot (PutCrit invisibleChaseCrit)
|
||||
, psPtPl anyUnusedSpot (PutCrit armourChaseCrit)
|
||||
]
|
||||
])
|
||||
, AnTree . intAnno $ fmap (tToBTree "healthTest") . healthTest
|
||||
, AnTree . zoom lyGen $
|
||||
(tanksRoom [] [] >>= rToOnward "empty tanksRoom" . pure . cleatOnward)
|
||||
|
||||
Reference in New Issue
Block a user