mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-20 10:42:46 +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;
|
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