Merge branch 'nobombsphereattract2' into 'next'

Don't attract bomb spheres with Nightopian Helper

See merge request STJr/SRB2!2135
This commit is contained in:
sphere 2023-09-05 17:25:42 +00:00
commit 417928f680

View file

@ -11867,7 +11867,7 @@ void P_PlayerThink(player_t *player)
mo2 = (mobj_t *)th;
if (!(mo2->type == MT_RING || mo2->type == MT_COIN
|| mo2->type == MT_BLUESPHERE || mo2->type == MT_BOMBSPHERE
|| mo2->type == MT_BLUESPHERE // || mo2->type == MT_BOMBSPHERE
|| mo2->type == MT_NIGHTSCHIP || mo2->type == MT_NIGHTSSTAR))
continue;