Reset weapon pickup voicelines only when inventory is wiped.
This commit is contained in:
parent
50b124f1a1
commit
6a6c26f307
5 changed files with 31 additions and 23 deletions
|
|
@ -31,6 +31,9 @@ extend Class SWWMUtility
|
|||
p.mo.GiveDefaultInventory();
|
||||
p.mo.BringUpWeapon();
|
||||
p.health = p.mo.Health = p.mo.SpawnHealth();
|
||||
// weapon pickup line stuff
|
||||
SWWMStats s = SWWMStats.Find(p);
|
||||
if ( s ) s.CleanGotWeapons();
|
||||
}
|
||||
|
||||
// sets all carried ammo back to zero
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue