mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 01:24:21 +01:00
Merge pull request #12985 from tkdrg/fuckme
Fixes posibrain ghost alert
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("Positronic brain [msg] in [get_area(src)]!", enter_link="<a href=?src=\ref[src];activate=1>(Click to enter)</a>", 'sound/effects/ghost2.ogg', source = src, attack_not_jump = 1)
|
||||
notify_ghosts("Positronic brain [msg] in [get_area(src)]!", 'sound/effects/ghost2.ogg', enter_link="<a href=?src=\ref[src];activate=1>(Click to enter)</a>", source = src, attack_not_jump = 1)
|
||||
posibrain_notif_cooldown = 1
|
||||
spawn(askDelay) //Global one minute cooldown to avoid spam.
|
||||
posibrain_notif_cooldown = 0
|
||||
|
||||
Reference in New Issue
Block a user