mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
Update posibrain.dm
This commit is contained in:
@@ -37,11 +37,7 @@ GLOBAL_VAR(posibrain_notify_cooldown)
|
|||||||
|
|
||||||
/obj/item/device/mmi/posibrain/proc/ping_ghosts(msg, newlymade)
|
/obj/item/device/mmi/posibrain/proc/ping_ghosts(msg, newlymade)
|
||||||
if(newlymade || GLOB.posibrain_notify_cooldown <= world.time)
|
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)
|
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)
|
if(!newlymade)
|
||||||
GLOB.posibrain_notify_cooldown = world.time + askDelay
|
GLOB.posibrain_notify_cooldown = world.time + askDelay
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user