Restore fucking thing

This commit is contained in:
AJ Martinez 2024-03-05 16:15:41 -07:00
parent a280ccb7de
commit 136bb810e2

View file

@ -4822,6 +4822,9 @@ void K_DebtStingPlayer(player_t *player, mobj_t *source)
player->ringvisualwarning = TICRATE*2;
player->stingfx = true;
if (P_IsDisplayPlayer(player))
S_StartSound(NULL, sfx_sting0);
P_SetPlayerMobjState(player->mo, S_KART_SPINOUT);
}