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
@@ -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