From 5dbc319fa90cb772c204f9039fb843dd7404dc59 Mon Sep 17 00:00:00 2001 From: datlo Date: Fri, 10 May 2019 15:07:46 +0100 Subject: [PATCH] add cyborg to the role name --- code/modules/antagonists/_common/antag_spawner.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/_common/antag_spawner.dm b/code/modules/antagonists/_common/antag_spawner.dm index fa605cb627b..c0fc8f66fb5 100644 --- a/code/modules/antagonists/_common/antag_spawner.dm +++ b/code/modules/antagonists/_common/antag_spawner.dm @@ -113,7 +113,7 @@ rolename = initial(rolename) else switch_roles = FALSE - rolename = "Syndicate [borg_to_spawn]" + rolename = "Syndicate [borg_to_spawn] Cyborg" return TRUE