Stop instant creature death, allow for more overkill

This commit is contained in:
2024-12-23 15:54:01 +00:00
parent ca61ae0c64
commit 205c0a5c19
6 changed files with 95 additions and 82 deletions
+1
View File
@@ -69,6 +69,7 @@ data Creature = Creature
, _crHammerPosition :: HammerPosition
, _crName :: String
, _crStatistics :: CreatureStatistics
, _crDeathTimer :: Int
}
data CreatureCorpse = MakeDefaultCorpse