Add key card item lock/key system

This commit is contained in:
2022-03-22 14:33:54 +00:00
parent 873abea79f
commit 774738f993
13 changed files with 74 additions and 73 deletions
+1 -1
View File
@@ -126,7 +126,6 @@ data World = World
, _rewindWorlds :: [World]
, _timeFlow :: TimeFlowStatus
, _worldClock :: Int
, _youHammerPosition :: HammerPosition
}
data HUDElement = DisplayInventory {_subInventory :: SubInventory}
@@ -287,6 +286,7 @@ data Creature = Creature
, _crGroup :: CrGroup
, _crIntention :: Intention
, _crMvType :: CrMvType
, _crHammerPosition :: HammerPosition
}
data Vocalization
= Mute