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
+1 -1
View File
@@ -441,7 +441,7 @@
var/mob/dead/observer/ghost = occupant.get_ghost()
if(ghost)
ghost << "<span class='ghostalert'>Your corpse has been placed into a cloning scanner. Re-enter your corpse if you want to be cloned!</span> <a href=?src=\ref[src];reenter=1>(Click to re-enter)</a>"
ghost << "<span class='ghostalert'>Your corpse has been placed into a cloning scanner. Re-enter your corpse if you want to be cloned! <a href=?src=\ref[src];reenter=1>(Click to re-enter)</a></span>"
ghost << sound('sound/effects/genetics.ogg')
return 1
+1 -1
View File
@@ -406,7 +406,7 @@
return
var/mob/dead/observer/ghost = H.get_ghost()
if(ghost)
ghost << "<span class='ghostalert'>Your heart is being defibrillated. 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'>Your heart is being defibrillated. 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/effects/genetics.ogg'
user.visible_message("<span class='warning'>[user] begins to place [src] on [M.name]'s chest.</span>", "<span class='warning'>You begin to place [src] on [M.name]'s chest...</span>")
busy = 1
@@ -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