Give player 2 seconds of flashing tics when picking up power-ups

This commit is contained in:
James R 2024-01-11 22:02:44 -08:00
parent 3856fbf1c6
commit 182df7bf44

View file

@ -402,6 +402,7 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
return;
K_GivePowerUp(player, special->threshold, special->movecount);
player->flashing = 2*TICRATE;
}
else
{