Move function fields outside equipment
This commit is contained in:
@@ -47,9 +47,9 @@ defaultlUse = LeftUse
|
||||
defaultEquip :: Equipment
|
||||
defaultEquip = Equipment
|
||||
{ _eqSite = GoesOnSpecial
|
||||
, _eqUse = \_ _ -> id
|
||||
, _eqOnEquip = \_ _ -> id
|
||||
, _eqOnRemove = \_ _ -> id
|
||||
, _eqUse = EDoNothing
|
||||
, _eqOnEquip = EDoNothing
|
||||
, _eqOnRemove = EDoNothing
|
||||
, _eqParams = NoEquipParams
|
||||
, _eqViewDist = Nothing
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user