From 3161bf2a5d29fa6a58d25cf5bea8c90f3866aa2b Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sat, 22 Feb 2025 22:43:34 -0500 Subject: [PATCH] Fix SPB capsule overwriting current item --- src/p_inter.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/p_inter.c b/src/p_inter.c index 5f1512a80..46963dc7a 100644 --- a/src/p_inter.c +++ b/src/p_inter.c @@ -378,10 +378,6 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck) switch (special->threshold) { - case KITEM_SPB: - if (K_IsSPBInGame()) // don't spawn a second SPB - return; - break; case KITEM_SUPERRING: if (player->pflags & PF_RINGLOCK) // no cheaty rings return;