Move randomOffset out of records
This commit is contained in:
@@ -75,15 +75,15 @@ data AttachParams
|
||||
data HeldParams
|
||||
= DefaultHeldParams
|
||||
| GasSprayParams
|
||||
{ _randomOffset :: Float
|
||||
, _sidePush :: Float
|
||||
{ --_randomOffset :: Float
|
||||
_sidePush :: Float
|
||||
, _weaponInvLock :: Int
|
||||
, _weaponRepeat :: [Int]
|
||||
}
|
||||
| BeamShooterParams
|
||||
| BulletShooterParams
|
||||
{ _randomOffset :: Float
|
||||
, _sidePush :: Float
|
||||
{ --_randomOffset :: Float
|
||||
_sidePush :: Float
|
||||
, _weaponInvLock :: Int
|
||||
, _weaponRepeat :: [Int]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user