From 89a7c9667b5ae12cc1f2a61ee85c84f4c0514438 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sat, 5 Sep 2015 17:31:27 +0930 Subject: [PATCH] Reverts a testing value. --- code/game/gamemodes/traitor/traitor.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/gamemodes/traitor/traitor.dm b/code/game/gamemodes/traitor/traitor.dm index d4b93665ce4..587a05bbd98 100644 --- a/code/game/gamemodes/traitor/traitor.dm +++ b/code/game/gamemodes/traitor/traitor.dm @@ -8,10 +8,9 @@ uplink_welcome = "AntagCorp Portable Teleportation Relay:" end_on_antag_death = 1 antag_tags = list(MODE_TRAITOR) - antag_scaling_coeff = 10 + antag_scaling_coeff = 8 /datum/game_mode/traitor/auto name = "autotraitor" config_tag = "autotraitor" round_autoantag = 1 - antag_scaling_coeff = 1 \ No newline at end of file