SERVER: Undo Power-Up test drops

This commit is contained in:
Steam Deck User 2023-03-06 20:50:05 -05:00
parent c1cb2df897
commit 1321afa1ee

View file

@ -1147,15 +1147,14 @@ void() Zombie_Death =
{
if (totalpowerups < POWERUPS_PER_ROUND)
{
Spawn_Powerup(self.origin + '0 0 13', -1);
/*if (total_powerup_points >= powerup_score_threshold)
if (total_powerup_points >= powerup_score_threshold)
{
Spawn_Powerup(self.origin + '0 0 13', -1);
powerup_activate *= 1.14;
powerup_score_threshold = total_powerup_points + powerup_activate;
}
else if (random () <= 0.02)
Spawn_Powerup(self.origin + '0 0 13', -1);*/
Spawn_Powerup(self.origin + '0 0 13', -1);
}
}