From 736af0acb0de7588969ada5db635e497dd940b61 Mon Sep 17 00:00:00 2001 From: Shadow Date: Thu, 12 Sep 2019 01:30:23 -0500 Subject: [PATCH 1/4] :alarm_clock: --- code/game/gamemodes/blob/blob.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/blob/blob.dm b/code/game/gamemodes/blob/blob.dm index df61106c4ab..e0c3ab24825 100644 --- a/code/game/gamemodes/blob/blob.dm +++ b/code/game/gamemodes/blob/blob.dm @@ -104,6 +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.") + playsound(user.loc, 'sound/effects/engine_alert1.ogg', 15, 1) return /datum/game_mode/blob/proc/show_message(var/message) From 5bdbd81171e92b9e4b20641f1368585c146f4ddf Mon Sep 17 00:00:00 2001 From: Shadow Date: Thu, 12 Sep 2019 01:39:28 -0500 Subject: [PATCH 2/4] whoops --- 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 e0c3ab24825..5ee636beac0 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.") - playsound(user.loc, 'sound/effects/engine_alert1.ogg', 15, 1) + SEND_SOUND(blob.current, 'sound/effects/engine_alert1.ogg') return /datum/game_mode/blob/proc/show_message(var/message) From e18ed9c7c45fdead3117b38155236317b97000e8 Mon Sep 17 00:00:00 2001 From: Shadow-Quill <44811257+Shadow-Quill@users.noreply.github.com> Date: Thu, 12 Sep 2019 07:32:06 -0500 Subject: [PATCH 3/4] Changes with Starbucks --- code/game/gamemodes/blob/blob.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/blob/blob.dm b/code/game/gamemodes/blob/blob.dm index 5ee636beac0..c4c82119474 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/effects/engine_alert1.ogg') + SEND_SOUND(blob.current, 'sound\magic\mutate.ogg') return /datum/game_mode/blob/proc/show_message(var/message) @@ -208,4 +208,4 @@ var/list/blob_nodes = list() /datum/game_mode/proc/update_blob_icons_removed(datum/mind/mob_mind) var/datum/atom_hud/antag/antaghud = huds[ANTAG_HUD_BLOB] antaghud.leave_hud(mob_mind.current) - set_antag_hud(mob_mind.current, null) \ No newline at end of file + set_antag_hud(mob_mind.current, null) 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 4/4] ...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)