Commit 226a6fb7 authored by nanahira's avatar nanahira

-9 for athletic only

parent 94e878a7
......@@ -1600,7 +1600,7 @@ class Room
else
for player in @players when player.pos != 7
@scores[player.name_vpass] = -5
if @players.length == 2 and !client.arena_quit_free
if @players.length == 2 and @arena == 'athletic' and !client.arena_quit_free
@scores[client.name_vpass] = -9
@arena_score_handled = true
index = _.indexOf(@players, client)
......
......@@ -2138,7 +2138,7 @@
this.scores[player.name_vpass] = -5;
}
}
if (this.players.length === 2 && !client.arena_quit_free) {
if (this.players.length === 2 && this.arena === 'athletic' && !client.arena_quit_free) {
this.scores[client.name_vpass] = -9;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment