mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Guard Break: fix Guard not being broken
This commit is contained in:
parent
4694cb79ff
commit
711ffbef0a
1 changed files with 1 additions and 1 deletions
|
|
@ -3831,7 +3831,7 @@ void K_DoGuardBreak(mobj_t *t1, mobj_t *t2) {
|
||||||
if (P_PlayerInPain(t2->player))
|
if (P_PlayerInPain(t2->player))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
t1->player->instaWhipCharge = 0;
|
t1->player->defenseLockout = 1;
|
||||||
|
|
||||||
S_StartSound(t1, sfx_gbrk);
|
S_StartSound(t1, sfx_gbrk);
|
||||||
K_AddHitLag(t1, 24, true);
|
K_AddHitLag(t1, 24, true);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue