Additional voicelines (incomplete).

This commit is contained in:
Mari the Deer 2022-03-29 22:35:06 +02:00
commit e9cb1005ac
43 changed files with 155 additions and 14 deletions

View file

@ -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;
}