Move toward not removing creatures on death

This commit is contained in:
2025-09-25 08:48:20 +01:00
parent 1f14f3d0c3
commit fcb02850d0
4 changed files with 34 additions and 19 deletions
+1
View File
@@ -36,6 +36,7 @@ data ProximitySensorType
data ProximityRequirement
= RequireHealth {_proxReqMinHealth :: Int}
| RequireEquipment {_proxReqEquipment :: ItemType}
| RequireDeadCreatures {_proxReqDead :: [Int]}
deriving (Show)
makeLenses ''DamageSensor