diff --git a/src/p_user.c b/src/p_user.c
index cb6f9d9b9349b6a7b02b9244dfe9ec7d48196e4e..085e9e9010c7a7b3071bfcdaf76483ea027bea13 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;