Make ghost notification for blob mouse follow the mob instead of just jumping to it (#17189)

This commit is contained in:
Luc
2021-12-10 09:17:51 +01:00
committed by GitHub
parent 18983db8ba
commit ac214ffa29
+1 -1
View File
@@ -32,5 +32,5 @@
to_chat(B, "<span class='userdanger'>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.</span>")
to_chat(B, "<span class='motd'>For more information, check the wiki page: ([GLOB.configuration.url.wiki_url]/index.php/Blob)</span>")
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