This commit is contained in:
2022-03-25 12:00:35 +00:00
parent cb9bdf9c55
commit a07647d89d
5 changed files with 44 additions and 46 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ data Creature = Creature
, _crLeftInvSel :: Maybe Int
, _crState :: CreatureState
, _crCorpse :: Picture
, _crApplyDamage :: [Damage] -> Creature -> (World -> World,Creature)
, _crApplyDamage :: [Damage] -> Creature -> World -> World
, _crStance :: Stance
, _crActionPlan :: ActionPlan
, _crMeleeCooldown :: Int