Merge branch 'nobombsphereattract' into 'next'

Don't attract bomb spheres with Attraction shield

See merge request STJr/SRB2!1953
This commit is contained in:
sphere 2023-05-25 21:02:48 +00:00
commit 1a0c931053

View file

@ -9697,7 +9697,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