From ff96cfab1139dbe03902b12cb7b97e919e58b67a Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Fri, 30 Mar 2018 00:53:32 -0400 Subject: [PATCH] zzzzz --- src/p_map.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/p_map.c b/src/p_map.c index 0dea23b63..c36d8efab 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -1682,6 +1682,7 @@ static boolean PIT_CheckThing(mobj_t *thing) return true; } else if (thing->player->kartstuff[k_comebackmode] == 1 + && (tmthing->player->kartstuff[k_balloon] > 0 && P_CanPickupItem(tmthing->player, true))) { thing->player->kartstuff[k_comebackmode] = 0; thing->player->kartstuff[k_comebackpoints]++; @@ -1694,6 +1695,7 @@ static boolean PIT_CheckThing(mobj_t *thing) return true; } else if (tmthing->player->kartstuff[k_comebackmode] == 1 + && (thing->player->kartstuff[k_balloon] > 0 && P_CanPickupItem(thing->player, true))) { tmthing->player->kartstuff[k_comebackmode] = 0; tmthing->player->kartstuff[k_comebackpoints]++;