Apparently if a crumpkin spawns right next to a player, it can get picked up before the script has a chance to get executed within the same tick.
To address this, we not remove the TF_COND_CRITBOOSTED_PUMPKIN
condition from players every tick in addition. Not the most elegant solution, but shouldn't have any measurable performance impact.