From ac214ffa2963825229c141bdb183a982f6b30b0b Mon Sep 17 00:00:00 2001 From: Luc <89928798+lewcc@users.noreply.github.com> Date: Fri, 10 Dec 2021 03:17:51 -0500 Subject: [PATCH] Make ghost notification for blob mouse follow the mob instead of just jumping to it (#17189) --- code/modules/events/blob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/blob.dm b/code/modules/events/blob.dm index 4f15e3983e4..1e37319f4e5 100644 --- a/code/modules/events/blob.dm +++ b/code/modules/events/blob.dm @@ -32,5 +32,5 @@ to_chat(B, "You are now a mouse, infected with blob spores. Find somewhere isolated... before you burst and become the blob! Use ventcrawl (alt-click on vents) to move around.") to_chat(B, "For more information, check the wiki page: ([GLOB.configuration.url.wiki_url]/index.php/Blob)") - notify_ghosts("Infected Mouse has appeared in [get_area(B)].", source = B) + notify_ghosts("Infected Mouse has appeared in [get_area(B)].", source = B, action = NOTIFY_FOLLOW) successSpawn = TRUE