Revert "Pistol start tweaks."

This reverts commit 564c99782a.

This actually doesn't work that well, so return to the original method.
This commit is contained in:
Mari the Deer 2022-10-08 17:47:35 +02:00
commit 92f59e4449
16 changed files with 41 additions and 86 deletions

View file

@ -480,7 +480,6 @@ 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;