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