mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 03:41:15 +00:00
Server: Undo accidental Power-Up spawn changes
This commit is contained in:
parent
b5cb3207f6
commit
9094c71a50
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue