Update posibrain.dm

This commit is contained in:
LetterJay
2017-11-12 13:17:08 -06:00
committed by GitHub
parent 439723caff
commit 6da7d8e8b5

View File

@@ -37,11 +37,7 @@ GLOBAL_VAR(posibrain_notify_cooldown)
/obj/item/device/mmi/posibrain/proc/ping_ghosts(msg, newlymade)
if(newlymade || GLOB.posibrain_notify_cooldown <= world.time)
<<<<<<< HEAD
notify_ghosts("[name] [msg] in [get_area(src)]!", ghost_sound = !newlymade ? 'sound/misc/server-ready.ogg':null, enter_link = "<a href=?src=\ref[src];activate=1>(Click to enter)</a>", source = src, action = NOTIFY_ATTACK, flashwindow = FALSE)
=======
notify_ghosts("[name] [msg] in [get_area(src)]!", ghost_sound = !newlymade ? 'sound/effects/ghost2.ogg':null, enter_link = "<a href=?src=[REF(src)];activate=1>(Click to enter)</a>", source = src, action = NOTIFY_ATTACK, flashwindow = FALSE)
>>>>>>> 626302c... Merge pull request #32161 from ninjanomnom/512-experimental
if(!newlymade)
GLOB.posibrain_notify_cooldown = world.time + askDelay