From 99004da69ca62572db18fadd01f78559912db2bf Mon Sep 17 00:00:00 2001 From: Kyep Date: Thu, 6 Dec 2018 19:00:50 -0800 Subject: [PATCH] fixes depot ghost alert not working during delta --- code/game/area/depot-areas.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/area/depot-areas.dm b/code/game/area/depot-areas.dm index 951e5ac4695..5c2b5bc915f 100644 --- a/code/game/area/depot-areas.dm +++ b/code/game/area/depot-areas.dm @@ -363,7 +363,7 @@ /area/syndicate_depot/core/proc/ghostlog(gmsg) if(istype(reactor)) var/image/alert_overlay = image('icons/obj/flag.dmi', "syndiflag") - notify_ghosts(gmsg, title = "Depot News", source = reactor, alert_overlay = alert_overlay, action = NOTIFY_JUMP) + notify_ghosts(gmsg, title = "Depot News", source = reactor.loc, alert_overlay = alert_overlay, action = NOTIFY_JUMP) /area/syndicate_depot/core/proc/declare_started() if(!run_started)