This commit is contained in:
2025-06-14 23:16:29 +01:00
parent 02498e5abb
commit 078a3cc7ea
19 changed files with 29 additions and 60 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ data Creature = Creature
, _crInv :: IM.IntMap Item
, _crManipulation :: Manipulation
, _crEquipment :: M.Map EquipSite Int
, _crState :: CreatureState
, _crDamage :: [Damage]
, _crPastDamage :: Int
, _crStance :: Stance
, _crActionPlan :: ActionPlan