From 13bc121306f5fd925a07e964d560e9187c2fe733 Mon Sep 17 00:00:00 2001 From: Putnam Date: Tue, 5 Nov 2019 23:52:26 -0800 Subject: [PATCH] Makes sure that actually works. --- code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm b/code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm index 688fed657a..b87ba8b66a 100644 --- a/code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm +++ b/code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm @@ -43,7 +43,7 @@ ////////////////////////////////////////////// // // -// SYNDICATE TRAITORS // +// MALF AI // // // ////////////////////////////////////////////// @@ -60,7 +60,7 @@ cost = 35 requirements = list(101,101,80,70,60,60,50,50,40,40) high_population_requirement = 35 - required_type = /mob/living/silicon/ai + var/autotraitor_cooldown = 450 // 15 minutes (ticks once per 2 sec) /datum/dynamic_ruleset/roundstart/malf_ai/trim_candidates() ..()