Additional voicelines (incomplete).
This commit is contained in:
parent
fdcba9407b
commit
e9cb1005ac
43 changed files with 155 additions and 14 deletions
|
|
@ -87,6 +87,8 @@ Class GrilledCheeseSandwich : Inventory
|
|||
if ( pickup && !deathmatch ) return false;
|
||||
if ( Owner.Health > 500 ) return false;
|
||||
if ( pickup && ((Owner.player == players[consoleplayer]) || bBigPowerup) ) Owner.A_StartSound(UseSound,CHAN_ITEMEXTRA,CHANF_OVERLAP);
|
||||
if ( (Owner.player == players[consoleplayer]) && (swwm_mutevoice < 2) )
|
||||
SWWMHandler.AddOneliner("eat",2);
|
||||
DoTheThing();
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue