Fold in more ammo parameters, distinguish loadable and charging weapons
This commit is contained in:
@@ -23,9 +23,8 @@ radar = defaultGun
|
||||
, _wpAmmo = defaultAmmo
|
||||
{ _wpMaxAmmo = 100
|
||||
, _wpLoadedAmmo = 100
|
||||
, _wpReloadTime = 200
|
||||
}
|
||||
, _wpReloadTime = 200
|
||||
, _wpReloadState = 0
|
||||
, _itUseRate = 120
|
||||
, _itUseTime = 0
|
||||
, _itUse = RightUse $ const aRadarPulse
|
||||
@@ -50,9 +49,8 @@ sonar = defaultGun
|
||||
, _wpAmmo = defaultAmmo
|
||||
{ _wpMaxAmmo = 100
|
||||
, _wpLoadedAmmo = 100
|
||||
, _wpReloadTime = 200
|
||||
}
|
||||
, _wpReloadTime = 200
|
||||
, _wpReloadState = 0
|
||||
, _itUseRate = 120
|
||||
, _itUseTime = 0
|
||||
, _itUse = RightUse $ const aSonarPulse
|
||||
|
||||
Reference in New Issue
Block a user