Skip to content

Commit

Permalink
balance changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosmaster4life committed Apr 4, 2022
1 parent 9d0fcfc commit 0d57f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Game/SpawnDestroy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public void SpawnWeapon(int weaponType, int custom = 1,int customX = 0,int custo
// Load the weapon laser image when weapon purchased
_weaponSwitcher.SetCharTexture(ImageService.laser11Texture);
playerWeaponList.Add(_weaponSwitcher);
_weaponSwitcher.strength = 7;
_weaponSwitcher.strength = 10;
maxReloadTime = 400;

break;
Expand All @@ -414,7 +414,7 @@ public void SpawnWeapon(int weaponType, int custom = 1,int customX = 0,int custo
// Load the weapon laser image when weapon purchased
_weaponSwitcher.SetCharTexture(ImageService.laser10Texture);
playerWeaponList.Add(_weaponSwitcher);
_weaponSwitcher.strength = 12;
_weaponSwitcher.strength = 15;
maxReloadTime = 400;
break;
case 3:
Expand Down

0 comments on commit 0d57f24

Please sign in to comment.