Merge pull request #15663 from deathride58/blockquotes
Blockquotes for chat; Prettier examine text and more!
This commit is contained in:
@@ -330,7 +330,7 @@
|
||||
else
|
||||
result = A.examine(src) // if a tree is examined but no client is there to see it, did the tree ever really exist?
|
||||
|
||||
to_chat(src, result.Join("\n"))
|
||||
to_chat(src, "<blockquote class='info'>[result.Join("\n")]</blockquote>")
|
||||
SEND_SIGNAL(src, COMSIG_MOB_EXAMINATE, A)
|
||||
|
||||
/mob/proc/clear_from_recent_examines(atom/A)
|
||||
|
||||
Reference in New Issue
Block a user