This commit is contained in:
2026-03-26 12:53:56 +00:00
parent 7999373b69
commit 5a6479faa8
5 changed files with 126 additions and 170 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ import Dodge.Data.Creature.State
import Dodge.Data.Item
import Dodge.Data.Material
import Geometry.Data
import qualified Data.IntMap.Strict as IM
import qualified Data.IntSet as IS
--import qualified IntMapHelp as IM
data Creature = Creature
@@ -58,7 +58,7 @@ data Creature = Creature
, _crIntention :: Intention
, _crName :: String
, _crDeathTimer :: Int
, _crCrushTimers :: IM.IntMap Int
, _crWallTouch :: IS.IntSet
}
data CrHP