Move randomOffset out of records

This commit is contained in:
2025-06-04 11:33:14 +01:00
parent 636a13b678
commit a8aab75739
8 changed files with 68 additions and 37 deletions
+4 -4
View File
@@ -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]
}