let's be funny, flipped by egg mine gives victim one Sad
This commit is contained in:
parent
1f104c7ef5
commit
7df2d13c85
1 changed files with 3 additions and 1 deletions
|
|
@ -2554,7 +2554,9 @@ void K_DoEggMineStrip(mobj_t *tmo, mobj_t *inflictor, mobj_t *source)
|
|||
{
|
||||
S_StartSound(tmo, sfx_bewar3);
|
||||
K_DropItems(tmo->player);
|
||||
tmo->player->itemblink = TICRATE/2;
|
||||
tmo->player->itemtype = MAXKARTITEMS; // aka KITEM_SAD
|
||||
tmo->player->itemamount = 1;
|
||||
tmo->player->itemblink = TICRATE;
|
||||
tmo->player->itemblinkmode = KITEMBLINK_MASHED;
|
||||
K_SetPlayerItemCooldown(tmo->player, TICRATE, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue