diff --git a/code/modules/antagonists/_common/antag_spawner.dm b/code/modules/antagonists/_common/antag_spawner.dm index d92e5ffa86f..c0fc8f66fb5 100644 --- a/code/modules/antagonists/_common/antag_spawner.dm +++ b/code/modules/antagonists/_common/antag_spawner.dm @@ -32,7 +32,7 @@ return FALSE if(checking) to_chat(user, "The device is already connecting to Syndicate command. Please wait.") - return FALSE + return FALSE return TRUE /obj/item/antag_spawner/nuke_ops/attack_self(mob/user) @@ -110,10 +110,10 @@ if(switch_roles_choice == "Syndicate Cyborg") switch_roles = TRUE - rolename = "Syndicate [borg_to_spawn]" + rolename = initial(rolename) else switch_roles = FALSE - rolename = initial(rolename) + rolename = "Syndicate [borg_to_spawn] Cyborg" return TRUE