forgot another pflags

This commit is contained in:
NepDisk 2025-01-27 13:09:36 -05:00
parent 9a347036ee
commit 445df56df0

View file

@ -567,7 +567,7 @@ static BlockItReturn_t K_FindObjectsForNudging(mobj_t *thing)
// Has held item shield
else if (K_PlayerAttackSteer(thing, side, 20,
(thing->player->itemflags & (IF_ITEMOUT|IF_EGGMANOUT)),
(globalsmuggle.botmo->player->pflags & (IF_ITEMOUT|IF_EGGMANOUT))
(globalsmuggle.botmo->player->itemflags & (IF_ITEMOUT|IF_EGGMANOUT))
))
{
break;