diff --git a/source/server/ai/zombie_core.qc b/source/server/ai/zombie_core.qc index 1a2ec0a..443aafa 100644 --- a/source/server/ai/zombie_core.qc +++ b/source/server/ai/zombie_core.qc @@ -1132,10 +1132,9 @@ void() Zombie_Death = { if (totalpowerups < 4) { - Spawn_Powerup(self.origin + '0 0 13', 0); if (total_powerup_points >= powerup_score_threshold) { - //Spawn_Powerup(self.origin + '0 0 13', -1); + Spawn_Powerup(self.origin + '0 0 13', -1); powerup_activate *= 1.14; powerup_score_threshold = total_powerup_points + powerup_activate; }