Merge pull request #10864 from Citadel-Station-13/Ghommie-patch-1

Hello subtler roleplayers, I see you.
This commit is contained in:
kevinz000
2020-02-04 03:33:14 -07:00
committed by GitHub
4 changed files with 22 additions and 21 deletions
+4
View File
@@ -94,6 +94,10 @@
if (CONFIG_GET(flag/log_emote))
WRITE_LOG(GLOB.world_game_log, "EMOTE: [text]")
/proc/log_subtler(text)
if (CONFIG_GET(flag/log_emote))
WRITE_LOG(GLOB.world_game_log, "EMOTE (SUBTLER): [text]")
/proc/log_prayer(text)
if (CONFIG_GET(flag/log_prayer))
WRITE_LOG(GLOB.world_game_log, "PRAY: [text]")