Update chat_commands_zz_ch.dm

This commit is contained in:
CHOMPStation2
2021-12-06 15:56:27 -07:00
committed by GitHub
parent 680cffa88a
commit e6f330182b

View File

@@ -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()