From 73780fcb216dcf840d4efd562a25e90fbfb5c450 Mon Sep 17 00:00:00 2001 From: Mark van Alphen Date: Tue, 16 Apr 2019 16:01:54 +0200 Subject: [PATCH] Spacing fix --- code/modules/antagonists/_common/antag_spawner.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/antagonists/_common/antag_spawner.dm b/code/modules/antagonists/_common/antag_spawner.dm index ec94df9698f..5e434887ee0 100644 --- a/code/modules/antagonists/_common/antag_spawner.dm +++ b/code/modules/antagonists/_common/antag_spawner.dm @@ -140,7 +140,7 @@ R.mmi.brainmob.real_name = brainopsname R.mmi.brainmob.name = brainopsname - if (!switch_roles) + if(!switch_roles) set_syndicate_values(C, R) else var/mob/living/L = user.current @@ -276,4 +276,4 @@ M.mind.objectives += KillDaCrew to_chat(M, "Objective #[1]: [KillDaWiz.explanation_text]") to_chat(M, "Objective #[2]: [KillDaCrew.explanation_text]") - M << 'sound/magic/mutate.ogg' \ No newline at end of file + M << 'sound/magic/mutate.ogg'