Skip to content

Commit

Permalink
Merge pull request tgstation#12985 from tkdrg/fuckme
Browse files Browse the repository at this point in the history
Fixes posibrain ghost alert
  • Loading branch information
Aranclanos committed Nov 15, 2015
2 parents b1b5e73 + fdccdb6 commit 37ac44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/brain/posibrain.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37ac44e

Please sign in to comment.