Refactor damages to materials

This commit is contained in:
2025-06-22 08:31:18 +01:00
parent df3fde5d3e
commit 9fa3e060d7
17 changed files with 576 additions and 609 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ data Creature = Creature
, _crManipulation :: Manipulation
, _crEquipment :: M.Map EquipSite Int
, _crDamage :: [Damage]
, _crPastDamage :: Int
, _crPain :: Int
, _crStance :: Stance
, _crActionPlan :: ActionPlan
, _crPerception :: Perception