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
+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 ++)