Allow for selection of equipment position
This commit is contained in:
@@ -164,7 +164,6 @@ defaultEquipment = Item
|
||||
,_eqOnRemove = \_ _ -> id
|
||||
,_eqSite = GoesOnSpecial
|
||||
}
|
||||
, _itScroll = \ _ _ -> id
|
||||
, _itAttachment = NoItAttachment
|
||||
, _itParams = NoParams
|
||||
, _itTweaks = NoTweaks
|
||||
@@ -190,7 +189,6 @@ defaultConsumable = Item
|
||||
, _itInvColor = blue
|
||||
, _itInvDisplay = \it -> [_itName it ++ " x" ++ show (_itAmount $ _itConsumption it)]
|
||||
, _itEffect = NoItEffect
|
||||
, _itScroll = \_ _ -> id
|
||||
, _itAttachment = NoItAttachment
|
||||
, _itType = NoCombineType
|
||||
, _itParams = NoParams
|
||||
|
||||
Reference in New Issue
Block a user