mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 00:34:32 +00:00
Whoops, that's a testing condition
This commit is contained in:
parent
2c44bafe74
commit
53a2a999d2
1 changed files with 2 additions and 2 deletions
|
|
@ -811,8 +811,8 @@ boolean K_InstaWhipCollide(mobj_t *shield, mobj_t *victim)
|
|||
if (victim != attacker && !P_PlayerInPain(victimPlayer) && victimPlayer->flashing == 0)
|
||||
{
|
||||
// BLOW THAT SHIT THE FUCK UP with guard
|
||||
//if (K_PlayerGuard(victimPlayer))
|
||||
if (true)
|
||||
if (K_PlayerGuard(victimPlayer))
|
||||
//if (true)
|
||||
{
|
||||
victimHitlag = 3*victimHitlag;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue