Don't attract bomb spheres with Attraction shield

This commit is contained in:
spherallic 2023-03-29 16:41:45 +02:00
parent db4de0f50e
commit 498c9da859

View file

@ -9686,7 +9686,7 @@ static boolean P_MobjRegularThink(mobj_t *mobj)
P_RingThinker(mobj);
if (mobj->flags2 & MF2_NIGHTSPULL)
P_NightsItemChase(mobj);
else
else if (mobj->type != MT_BOMBSPHERE) // prevent shields from attracting bomb spheres
A_AttractChase(mobj);
return false;
// Flung items