chat blockquotes; prettier examine text and more!

This commit is contained in:
deathride58
2022-06-03 18:55:18 -04:00
parent 218049e6f5
commit 04a0a3b869
22 changed files with 172 additions and 87 deletions
+1 -1
View File
@@ -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)