Pistol start tweaks.

This commit is contained in:
Mari the Deer 2022-10-08 15:45:19 +02:00
commit 564c99782a
16 changed files with 86 additions and 41 deletions

View file

@ -480,6 +480,7 @@ Class CandyGunSpares : SWWMAmmo
let spare = Inventory(Spawn('CandyGun',Owner.Pos,NO_REPLACE));
if ( !spare ) return null;
// spare with empty mag
CandyGun(spare).bInitialized = true;
CandyGun(spare).AmmoGive1 = 0;
CandyGun(spare).clipcount = 0;
CandyGun(spare).chambered = false;