From 8c908de72b0c5e937aacf9f207badbf499ffec87 Mon Sep 17 00:00:00 2001 From: Aylong <69762909+AyIong@users.noreply.github.com> Date: Tue, 16 Jul 2024 01:00:10 +0300 Subject: [PATCH] Remove some unnecessary comments (#26240) * Remove some unnecessary comments * Switch default TGchat theme from dark to light * Revert "Switch default TGchat theme from dark to light" This reverts commit 5a743ba0aace972dfff52255d99eeec4b7eac88a. --- code/modules/antagonists/traitor/datum_traitor.dm | 6 ------ 1 file changed, 6 deletions(-) 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 /**