This commit is contained in:
SteelSlayer
2020-12-23 22:52:18 +00:00
committed by GitHub
parent b0a94b7a63
commit f0a5d15388
2 changed files with 2 additions and 2 deletions
@@ -194,7 +194,7 @@
// Show the message to the host and to the guardian.
to_chat(summoner, "<span class='changeling'><i>[src]:</i> [input]</span>")
to_chat(src, "<span class='changeling'><i>[src]:</i> [input]</span>")
log_say("(GUARDIAN to [key_name(summoner)]) [input]", src)
log_say("(GUARDIAN to [key_name(summoner)]): [input]", src)
create_log(SAY_LOG, "GUARDIAN to HOST: [input]", summoner)
// Show the message to any ghosts/dead players.
@@ -34,7 +34,7 @@
// Show the message to our guardian and to host.
to_chat(guardian, "<span class='changeling'><i>[owner]:</i> [input]</span>")
to_chat(owner, "<span class='changeling'><i>[owner]:</i> [input]</span>")
log_say("(GUARDIAN to [key_name(guardian)]) [input]", owner)
log_say("(HOST to [key_name(guardian)]): [input]", owner)
owner.create_log(SAY_LOG, "HOST to GUARDIAN: [input]", guardian)
// Show the message to any ghosts/dead players.