Start restructuring Item datatype
This commit is contained in:
@@ -27,7 +27,7 @@ defaultGun = Weapon
|
||||
, _wpCurCoolDown = 0
|
||||
, _itUseRate = 8
|
||||
, _itUseTime = 0
|
||||
, _itUse = Right $ \_ _ -> id
|
||||
, _itUse = RightUse $ \_ _ -> id
|
||||
, _itUseModifiers = []
|
||||
, _wpSpread = 0.02
|
||||
, _wpRange = 20
|
||||
@@ -67,7 +67,7 @@ defaultAutoGun = defaultGun
|
||||
{ _itInvDisplay = basicWeaponDisplay
|
||||
, _itAimStance = TwoHandTwist
|
||||
}
|
||||
defaultShellAmmo :: Ammo
|
||||
defaultShellAmmo :: AmmoType
|
||||
defaultShellAmmo = ShellAmmo
|
||||
{ _amPayload = const id
|
||||
, _amString = "Shell"
|
||||
|
||||
Reference in New Issue
Block a user