Refactor shell movement, modularised in a tweakable way
This commit is contained in:
@@ -37,3 +37,9 @@ defaultGun = Weapon
|
||||
, _itTargeting = Nothing
|
||||
, _itWorldTrigger = Nothing
|
||||
}
|
||||
defaultAutoGun :: Item
|
||||
defaultAutoGun = defaultGun
|
||||
{ _itScrollUp = const id
|
||||
, _itScrollDown = const id
|
||||
, _itInvDisplay = basicWeaponDisplay
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user