From e6f330182b55cf7d05c1adb8b9b47be5b9c5acf8 Mon Sep 17 00:00:00 2001 From: CHOMPStation2 <58959929+CHOMPStation2@users.noreply.github.com> Date: Mon, 6 Dec 2021 15:56:27 -0700 Subject: [PATCH] Update chat_commands_zz_ch.dm --- code/modules/tgs/v5/chat_commands_zz_ch.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/tgs/v5/chat_commands_zz_ch.dm b/code/modules/tgs/v5/chat_commands_zz_ch.dm index eed0b549b9..36b9662110 100644 --- a/code/modules/tgs/v5/chat_commands_zz_ch.dm +++ b/code/modules/tgs/v5/chat_commands_zz_ch.dm @@ -39,7 +39,7 @@ /datum/tgs_chat_command/manifest/Run(datum/tgs_chat_user/sender, params) if(config.nodebot_enabled) ManifestToHtml() - return "Read the god damn channel topic" + return "Manifest temporarily indefinitely probably broken" else var/outp = "Crew Manifest:" var/list/total = list()