mirror of
https://github.com/nzp-team/quakec.git
synced 2025-03-20 18:01:53 +00:00
Merge pull request #63 from Skibbo/main
This commit is contained in:
commit
6a6d39d4f8
1 changed files with 5 additions and 4 deletions
|
@ -155,13 +155,14 @@ void() EndRound =
|
|||
players = find(world, classname, "player");
|
||||
|
||||
while(players != world) {
|
||||
if (players.ach_tracker_npnp == 0) {
|
||||
GiveAchievement(5, players);
|
||||
}
|
||||
if (players.ach_tracker_abst == 0) {
|
||||
GiveAchievement(8, players);
|
||||
}
|
||||
players.ach_tracker_npnp = 0;
|
||||
if (rounds >= 16) {
|
||||
if (players.ach_tracker_npnp == 0) {
|
||||
GiveAchievement(5, players);
|
||||
}
|
||||
}
|
||||
players = find(players, classname, "player");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue