Merge pull request #37 from ScatterBox/main

This commit is contained in:
Ian 2023-01-28 20:39:14 -05:00 committed by GitHub
commit ff9d505fca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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