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:
parent
0fbbb91b8e
commit
92f59e4449
16 changed files with 41 additions and 86 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue