Commit before changing module system to Map

This commit is contained in:
2022-02-21 07:50:15 +00:00
parent 779e076c93
commit 724ee21afc
25 changed files with 171 additions and 86 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ radar = defaultGun
{ _itName = "RADAR"
, _itType = RADAR
, _itConsumption = defaultAmmo
{ _ammoMax = 100
{ _ammoBaseMax = 100
, _ammoLoaded = 100
, _reloadTime = 200
}
@@ -41,7 +41,7 @@ sonar = defaultGun
{ _itName = "SONAR"
, _itType = RADAR
, _itConsumption = defaultAmmo
{ _ammoMax = 100
{ _ammoBaseMax = 100
, _ammoLoaded = 100
, _reloadTime = 200
}