mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-24 21:02:14 +00:00
Merge pull request #37 from ScatterBox/main
This commit is contained in:
commit
ff9d505fca
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