Remove creature records
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user