From 4bc8f80d647e78ab90cb597b5199fd8544c02c8c Mon Sep 17 00:00:00 2001 From: toaster Date: Tue, 31 Oct 2023 22:17:21 +0000 Subject: [PATCH] MT_FLOATINGITEM: Don't pick (back?) up immediately Happened very frequently with Blend Eye --- src/p_inter.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/p_inter.c b/src/p_inter.c index 11c2829ed..f3b66694d 100644 --- a/src/p_inter.c +++ b/src/p_inter.c @@ -392,6 +392,9 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck) P_InstaThrust(player->mo, player->mo->angle, 20<scale < special->destscale/2) + return; if (special->threshold >= FIRSTPOWERUP) { if (P_PlayerInPain(player))