Add ruin jump description messages back. (#27511)

This commit is contained in:
warriorstar-orion
2024-12-02 18:06:57 +00:00
committed by GitHub
parent e47700f4ad
commit 2876d90815
@@ -484,6 +484,12 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
forceMove(get_turf(landmark))
update_parallax_contents()
var/list/messages = list(
"<span class='notice'>Jumped to <b>[landmark.ruin_template.name]</b>:</span>",
"<span class='notice'>[landmark.ruin_template.description]</span>"
)
to_chat(usr, chat_box_examine(messages.Join("<br />")))
/mob/dead/observer/proc/teleport(area/A)
if(!A || !isobserver(usr))
return