Allow for equipment items to set a minimum view distance
This commit is contained in:
@@ -164,13 +164,7 @@ defaultEquipment = Item
|
||||
, _itInvPos = Nothing
|
||||
, _itDimension = defItDimCol yellow
|
||||
, _itConsumption = NoConsumption
|
||||
, _itUse = EquipUse
|
||||
{_eqUse = \_ _ -> id
|
||||
,_eqOnEquip = \_ _ -> id
|
||||
,_eqOnRemove = \_ _ -> id
|
||||
,_eqSite = GoesOnSpecial
|
||||
,_eqParams = NoEquipParams
|
||||
}
|
||||
, _itUse = EquipUse defaultEquip
|
||||
, _itAttachment = NoItAttachment
|
||||
, _itParams = NoParams
|
||||
, _itTweaks = NoTweaks
|
||||
|
||||
Reference in New Issue
Block a user