mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-01 14:11:05 +00:00
Re-enable The F-Bomb Achievement
This commit is contained in:
parent
0d2c056192
commit
64120decc3
1 changed files with 2 additions and 2 deletions
|
@ -220,9 +220,9 @@ void() PU_NukeFinalize =
|
||||||
entity players;
|
entity players;
|
||||||
|
|
||||||
// give 'The F Bomb'
|
// give 'The F Bomb'
|
||||||
//if (self.kills == 1) {
|
if (self.kills == 1) {
|
||||||
GiveAchievement(4);
|
GiveAchievement(4);
|
||||||
//}
|
}
|
||||||
|
|
||||||
// award points
|
// award points
|
||||||
players = find(world,classname,"player");
|
players = find(world,classname,"player");
|
||||||
|
|
Loading…
Reference in a new issue