Allow equipment on both wrists
This commit is contained in:
@@ -46,14 +46,7 @@ defaultCreature = Creature
|
||||
, _crCorpse = setLayer BottomLayer $ setDepth 5 $ color (greyN 0.5) $ circleSolid 10
|
||||
, _crApplyDamage = defaultApplyDamage
|
||||
, _crPastDamage = 0
|
||||
, _crEquipment = CreatureEquipment
|
||||
{_onHead = Nothing'
|
||||
,_onChest = Nothing'
|
||||
,_onBack = Nothing'
|
||||
,_onWristL = Nothing'
|
||||
,_onWristR = Nothing'
|
||||
,_onLegs = Nothing'
|
||||
}
|
||||
, _crEquipment = M.empty
|
||||
, _crStance = Stance
|
||||
{_carriage=Walking 0 WasLeftForward
|
||||
,_posture=AtEase
|
||||
|
||||
Reference in New Issue
Block a user