Remove creature records

This commit is contained in:
2025-06-06 13:36:18 +01:00
parent 73c79f2f4d
commit 0f55257bff
48 changed files with 621 additions and 610 deletions
+2 -1
View File
@@ -68,7 +68,8 @@ armouredChasers = do
treeFromPost [corridor, corridor] <$> (randomMediumRoom <&> rmPmnts %~ (++ theCrits))
where
cs =
(armourChaseCrit & crState . csDropsOnDeath .~ DropSpecific [0]) :
--(armourChaseCrit & crState . csDropsOnDeath .~ DropSpecific [0]) :
armourChaseCrit :
replicate 4 chaseCrit
randomMediumRoom :: RandomGen g => State g Room
+1 -1
View File
@@ -26,7 +26,7 @@ centerVaultExplosiveExit = do
[ sPS (V2 0 110) 0 $ PutCrit explosiveBarrel
, sPS (V2 5 115) 0 $ PutCrit explosiveBarrel
, sPS (V2 0 120) 0 $ PutCrit explosiveBarrel
, sPS (V2 0 0) 0 $ PutCrit (cr & crState . csDropsOnDeath .~ DropAll)
, sPS (V2 0 0) 0 $ PutCrit cr
]
centerVaultRoom 120 120 50 <&> rmPmnts %~ (extraPS ++)