Allow for more variation in death timers

This commit is contained in:
2026-04-03 21:06:53 +01:00
parent 789b94b514
commit 30b0bb55c0
3 changed files with 14 additions and 8 deletions
+1 -2
View File
@@ -53,8 +53,7 @@ defaultCreature =
-- , _crHammerPosition = HammerUp
, _crName = "DEFAULTCRNAME"
-- , _crStatistics = CreatureStatistics 50 50 50
, _crDeathTimer = 5 -- how long a creature remains standing
-- after a killing blow has been dealt
, _crDeathTimer = Nothing
, _crWallTouch = mempty
}