From 17e8790d76d80d4ab9e8cc19235209bd0e42da3a Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Sat, 26 Mar 2016 17:21:14 -0700 Subject: [PATCH] Disables minimum account age for TRAITORS and TRAITORS ONLY --- code/game/gamemodes/traitor/traitor.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/traitor/traitor.dm b/code/game/gamemodes/traitor/traitor.dm index 4d2882486ee..c41cc1f30c4 100644 --- a/code/game/gamemodes/traitor/traitor.dm +++ b/code/game/gamemodes/traitor/traitor.dm @@ -15,6 +15,7 @@ required_enemies = 1 recommended_enemies = 4 reroll_friendly = 1 + enemy_minimum_age = 0 var/traitors_possible = 4 //hard limit on traitors if scaling is turned off var/num_modifier = 0 // Used for gamemodes, that are a child of traitor, that need more than the usual.