Re-enable The F-Bomb Achievement

This commit is contained in:
Tyler Young 2023-01-28 20:38:37 -05:00
parent 0d2c056192
commit 64120decc3

View file

@ -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");