mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
yes (#15179)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user