Move weapon repetitions into trigger type
This commit is contained in:
@@ -75,15 +75,9 @@ data AttachParams
|
||||
|
||||
data HeldParams
|
||||
= DefaultHeldParams
|
||||
| GasSprayParams
|
||||
{ _weaponInvLock :: Int
|
||||
, _weaponRepeat :: [Int]
|
||||
}
|
||||
| GasSprayParams { _weaponInvLock :: Int }
|
||||
| BeamShooterParams
|
||||
| BulletShooterParams
|
||||
{ _weaponInvLock :: Int
|
||||
, _weaponRepeat :: [Int]
|
||||
}
|
||||
| BulletShooterParams { _weaponInvLock :: Int }
|
||||
deriving (Eq, Show, Read) --Generic, Flat)
|
||||
|
||||
data AmmoParams
|
||||
|
||||
Reference in New Issue
Block a user