From 52d356d09e647aa19f1c36db5a0963305e9a058e Mon Sep 17 00:00:00 2001
From: spherallic <spherallic@gmail.com>
Date: Tue, 5 Sep 2023 14:43:30 +0200
Subject: [PATCH] Don't attract bomb spheres with Nightopian Helper

---
 src/p_user.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/p_user.c b/src/p_user.c
index cb6f9d9b93..085e9e9010 100644
--- a/src/p_user.c
+++ b/src/p_user.c
@@ -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;
 
-- 
GitLab