Allow equipment on both wrists
This commit is contained in:
@@ -134,12 +134,12 @@ subInventoryDisplay subinv cfig w = case subinv of
|
||||
|
||||
eqPosText :: EquipPosition -> String
|
||||
eqPosText ep = case ep of
|
||||
OnHead -> "HEAD"
|
||||
OnChest -> "CHEST"
|
||||
OnBack -> "BACK"
|
||||
OnLeftWrist -> "L-WRIST"
|
||||
OnRightWrist -> "R-WRIST"
|
||||
OnLegs -> "LEGS"
|
||||
OnHead -> "ON HEAD"
|
||||
OnChest -> "ON CHEST"
|
||||
OnBack -> "ON BACK"
|
||||
OnLeftWrist -> "ON LEFT WRIST"
|
||||
OnRightWrist -> "ON RIGHT WRIST"
|
||||
OnLegs -> "ON LEGS"
|
||||
OnSpecial -> "EQUIPPED"
|
||||
|
||||
topInvW :: Int
|
||||
|
||||
Reference in New Issue
Block a user