Instawhip: No mercy

This commit is contained in:
AJ Martinez 2023-05-20 00:15:05 -07:00
parent 53a2a999d2
commit 211e28611b

View file

@ -808,7 +808,8 @@ boolean K_InstaWhipCollide(mobj_t *shield, mobj_t *victim)
{
player_t *victimPlayer = victim->player;
if (victim != attacker && !P_PlayerInPain(victimPlayer) && victimPlayer->flashing == 0)
//if (victim != attacker && !P_PlayerInPain(victimPlayer) && victimPlayer->flashing == 0)
if (victim != attacker && victim->hitlag == 0)
{
// BLOW THAT SHIT THE FUCK UP with guard
if (K_PlayerGuard(victimPlayer))