Changed span classes to include the re-entering link.

This commit is contained in:
kingofkosmos
2015-07-23 18:58:15 +03:00
parent 0095637eee
commit 750e5d9b5e
4 changed files with 4 additions and 4 deletions
@@ -23,7 +23,7 @@ var/global/posibrain_notif_cooldown = 0
/obj/item/device/mmi/posibrain/proc/ping_ghosts(msg)
if(!posibrain_notif_cooldown)
notify_ghosts("<span class='ghostalert'>Positronic brain [msg] in [get_area(src)]!</span> <a href=?src=\ref[src];activate=1>(Click to enter)</a>", 'sound/effects/ghost2.ogg')
notify_ghosts("Positronic brain [msg] in [get_area(src)]! <a href=?src=\ref[src];activate=1>(Click to enter)</a>", 'sound/effects/ghost2.ogg')
posibrain_notif_cooldown = 1
spawn(askDelay) //Global one minute cooldown to avoid spam.
posibrain_notif_cooldown = 0
@@ -639,7 +639,7 @@
if(!M)
return
if(ghost)
ghost << "<span class='ghostalert'>Someone is trying to revive you. Re-enter your corpse if you want to be revived!</span> <a href=?src=\ref[src];reenter=1>(Click to re-enter)</a>"
ghost << "<span class='ghostalert'>Someone is trying to revive you. Re-enter your corpse if you want to be revived! <a href=?src=\ref[src];reenter=1>(Click to re-enter)</a></span>"
ghost << sound('sound/effects/genetics.ogg')
spawn (100) //so the ghost has time to re-enter
return