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 5a743ba0aa.
This commit is contained in:
Aylong
2024-07-15 22:00:10 +00:00
committed by GitHub
parent 9ac9d1d61b
commit 8c908de72b
@@ -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("<b><font color=red>You memorize the codewords, allowing you to recognize them when heard.</font></b>")
// Need to bring this functionality back to TGchat
// traitor_mob.client.chatOutput?.notify_syndicate_codes()
return messages
/**