Server: Undo accidental Power-Up spawn changes

This commit is contained in:
moto 2022-05-08 17:43:21 -04:00
parent b5cb3207f6
commit 9094c71a50

View file

@ -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;
}