mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Changed span classes to include the re-entering link.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user