Major item refactor, still broken
This commit is contained in:
@@ -45,7 +45,7 @@ data Creature = Creature
|
||||
, _crType :: CreatureType
|
||||
, _crID :: Int
|
||||
, _crHP :: Int
|
||||
, _crInv :: IM.IntMap Item
|
||||
, _crInv :: IM.IntMap Int
|
||||
, _crManipulation :: Manipulation
|
||||
, _crEquipment :: M.Map EquipSite Int
|
||||
, _crDamage :: [Damage]
|
||||
|
||||
Reference in New Issue
Block a user