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'