SHUT UP GENERIC

This commit is contained in:
yamamama 2026-03-16 12:21:52 -04:00
parent 422b07a472
commit 0db607be23

View file

@ -5498,7 +5498,7 @@ void K_RemoveBubbleHealth(player_t *player, INT16 sub)
if (player->bubbleblowup)
{
// 1.5 seconds of i-frames for better gamefeel on shatters
player->flashing = (3 * TICRATE / 2);
player->flashing = 3 * TICRATE / 2;
}
K_PopPlayerShield(player);