Remove unnecessary item held/worn field type
This commit is contained in:
@@ -14,7 +14,6 @@ keyCard n = defaultEquipment
|
||||
, _itInvColor = aquamarine
|
||||
}
|
||||
& itType . iyBase .~ KEYCARD n
|
||||
& itDimension . dimPortage .~ WornItem
|
||||
& itDimension . dimSPic .~ (const . noShape)
|
||||
(setDepth 0 $ translate (-5) (-5) $ rotate (pi/2.5) keyPic)
|
||||
|
||||
@@ -32,7 +31,6 @@ latchkey _ = defaultEquipment
|
||||
-- , _itZoom = defaultItZoom
|
||||
, _itInvColor = yellow
|
||||
}
|
||||
& itDimension . dimPortage .~ WornItem
|
||||
& itDimension . dimSPic .~ ( \_ -> (,) emptySH $ setDepth 0 $ translate (-5) (-5) $ rotate (pi/2.5) latchkeyPic
|
||||
)
|
||||
latchkeyPic :: Picture
|
||||
|
||||
Reference in New Issue
Block a user