From 53a2a999d2403dca0046672cbd7ad16441caa59a Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Fri, 19 May 2023 23:45:52 -0700 Subject: [PATCH] Whoops, that's a testing condition --- src/k_collide.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/k_collide.cpp b/src/k_collide.cpp index 96aeecce6..bc40fa66f 100644 --- a/src/k_collide.cpp +++ b/src/k_collide.cpp @@ -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;