From ba64b3ffd7299a7a66a8737093bdb436d0e2fd36 Mon Sep 17 00:00:00 2001 From: Shadow-Quill <44811257+Shadow-Quill@users.noreply.github.com> Date: Thu, 12 Sep 2019 08:22:33 -0500 Subject: [PATCH] ...but it wasn't enough. --- code/game/gamemodes/blob/blob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/blob/blob.dm b/code/game/gamemodes/blob/blob.dm index c4c82119474..33b68f94079 100644 --- a/code/game/gamemodes/blob/blob.dm +++ b/code/game/gamemodes/blob/blob.dm @@ -104,7 +104,7 @@ var/list/blob_nodes = list() to_chat(blob.current, "Find a good location to spawn the core and then take control and overwhelm the station!") to_chat(blob.current, "When you have found a location, wait until you spawn; this will happen automatically and you cannot speed up the process.") to_chat(blob.current, "If you go outside of the station level, or in space, then you will die; make sure your location has lots of ground to cover.") - SEND_SOUND(blob.current, 'sound\magic\mutate.ogg') + SEND_SOUND(blob.current, 'sound/magic/mutate.ogg') return /datum/game_mode/blob/proc/show_message(var/message)