From d4d5e53cb6212b12891ce7f1ac6d4d07a441b206 Mon Sep 17 00:00:00 2001 From: Blue Wildrose Date: Wed, 16 Dec 2020 19:27:04 -0700 Subject: [PATCH] go away Travis --- code/modules/antagonists/traitor/equipment/Malf_Modules.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/traitor/equipment/Malf_Modules.dm b/code/modules/antagonists/traitor/equipment/Malf_Modules.dm index 00bb8b5633..3ffe644775 100644 --- a/code/modules/antagonists/traitor/equipment/Malf_Modules.dm +++ b/code/modules/antagonists/traitor/equipment/Malf_Modules.dm @@ -262,7 +262,7 @@ GLOBAL_LIST_INIT(blacklisted_malf_machines, typecacheof(list( if (owner_AI.shunted) return //prevent AI from activating doomsday while shunted. if (istype(owner.loc, /obj/item/aicard)) - return //prevent AI from activating doomsday while carded. If the AI gets carded after doomsdaying, there's already code to stop it then. + return // prevent AI from activating doomsday while carded. If the AI gets carded after doomsdaying, there's already code to stop it then. active = TRUE set_us_up_the_bomb(owner)