The first attempt at handling defensive weapons

Only for test.
Now all players has active Parachute berore round.
This commit is contained in:
Pecusx
2022-06-07 10:25:23 +02:00
parent 031416b8e6
commit 186cacf5ba
4 changed files with 17 additions and 8 deletions
+2
View File
@@ -95,6 +95,8 @@ NewAngle .DS 1
ActiveWeapon ;number of the selected weapon
.DS [MaxPlayers]
ActiveDefenceWeapon ;number of the activated defence weapon - 0
.DS [MaxPlayers]
WeaponDepleted .DS 1 ; if 0 deactivate the weapon and switch to Baby Missile
;----------------------------------------------------