mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 20:01:34 +00:00
SERVER: Undo Power-Up test drops
This commit is contained in:
parent
c1cb2df897
commit
1321afa1ee
1 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue