Revert "Why no one noticed this I will never fully understand"

This reverts commit 75fe652dd5.
This commit is contained in:
AJ Martinez 2025-09-18 23:12:17 -04:00
parent 75fe652dd5
commit 4b81be037a

View file

@ -3523,7 +3523,7 @@ void A_AttractChase(mobj_t *actor)
blocked |= !!(actor->target->player->bailcharge || actor->target->player->defenseLockout > PUNISHWINDOW);
}
if (!G_CompatLevel(0x0010) || (!stale && actor->extravalue2))
if (!G_CompatLevel(0x0010) || actor->extravalue2)
{
if (stale || blocked)
{