mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 22:51:36 +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;
|
||||
|
||||
// give 'The F Bomb'
|
||||
//if (self.kills == 1) {
|
||||
if (self.kills == 1) {
|
||||
GiveAchievement(4);
|
||||
//}
|
||||
}
|
||||
|
||||
// award points
|
||||
players = find(world,classname,"player");
|
||||
|
|
Loading…
Reference in a new issue