mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
Merge branch 'nobombsphereattract2' into 'next'
Don't attract bomb spheres with Nightopian Helper See merge request STJr/SRB2!2135
This commit is contained in:
commit
417928f680
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue