Cleanup
This commit is contained in:
@@ -74,9 +74,9 @@ teslaGun = defaultBatteryGun
|
||||
{ _itName = "TESLA"
|
||||
, _itType = TESLAGUN
|
||||
, _itConsumption = defaultAmmo
|
||||
{ _ammoBaseMax = 200
|
||||
, _ammoLoaded = 200
|
||||
, _reloadTime = 80
|
||||
{ _laMax = 200
|
||||
, _laLoaded = 200
|
||||
, _laReloadTime = 80
|
||||
}
|
||||
, _itUse = ruseInstant shootTeslaArc NoHammer
|
||||
[ ammoCheckI
|
||||
@@ -271,9 +271,9 @@ lasGun = defaultAutoBatteryGun
|
||||
{ _itName = "LASGUN"
|
||||
, _itType = LASGUN
|
||||
, _itConsumption = defaultAmmo
|
||||
{ _ammoBaseMax = 200
|
||||
, _ammoLoaded = 200
|
||||
, _reloadTime = 80
|
||||
{ _laMax = 200
|
||||
, _laLoaded = 200
|
||||
, _laReloadTime = 80
|
||||
}
|
||||
, _itUse = ruseInstant shootLaser NoHammer
|
||||
[ ammoCheckI
|
||||
@@ -338,9 +338,9 @@ tractorGun = lasGun
|
||||
{ _itName = "TRACTORGUN"
|
||||
, _itType = TRACTORGUN
|
||||
, _itConsumption = defaultAmmo
|
||||
{ _ammoBaseMax = 10000
|
||||
, _ammoLoaded = 10000
|
||||
, _reloadTime = 40
|
||||
{ _laMax = 10000
|
||||
, _laLoaded = 10000
|
||||
, _laReloadTime = 40
|
||||
}
|
||||
, _itUse = ruseInstant aTractorBeam NoHammer
|
||||
[ ammoCheckI
|
||||
|
||||
Reference in New Issue
Block a user