diff --git a/code/modules/antagonists/traitor/datum_traitor.dm b/code/modules/antagonists/traitor/datum_traitor.dm index 367054b0616..3657a61b697 100644 --- a/code/modules/antagonists/traitor/datum_traitor.dm +++ b/code/modules/antagonists/traitor/datum_traitor.dm @@ -59,8 +59,6 @@ RESTRICT_TYPE(/datum/antagonist/traitor) slaved.leave_serv_hud(owner) owner.som = null - // Need to bring this functionality back to TGchat - // owner.current.client?.chatOutput?.clear_syndicate_codes() // Try removing their uplink, check PDA var/mob/M = owner.current var/obj/item/uplink_holder = locate(/obj/item/pda) in M.contents @@ -177,8 +175,6 @@ RESTRICT_TYPE(/datum/antagonist/traitor) /datum/antagonist/traitor/proc/give_codewords() if(!owner.current) return - // Need to bring this functionality back to TGchat - // var/mob/traitor_mob = owner.current var/phrases = jointext(GLOB.syndicate_code_phrase, ", ") var/responses = jointext(GLOB.syndicate_code_response, ", ") @@ -193,8 +189,6 @@ RESTRICT_TYPE(/datum/antagonist/traitor) messages.Add("Use the codewords during regular conversation to identify other agents. Proceed with caution, however, as everyone is a potential foe.") messages.Add("You memorize the codewords, allowing you to recognize them when heard.") - // Need to bring this functionality back to TGchat - // traitor_mob.client.chatOutput?.notify_syndicate_codes() return messages /**