diff --git a/code/game/objects/effects/mines.dm b/code/game/objects/effects/mines.dm index 482c0631f0..a859896c2a 100644 --- a/code/game/objects/effects/mines.dm +++ b/code/game/objects/effects/mines.dm @@ -121,7 +121,6 @@ if(!victim.client || !istype(victim)) return to_chat(victim, "RIP AND TEAR") - SEND_SOUND(victim, sound('sound/misc/e1m1.ogg')) var/old_color = victim.client.color var/static/list/red_splash = list(1,0,0,0.8,0.2,0, 0.8,0,0.2,0.1,0,0) var/static/list/pure_red = list(0,0,0,0,0,0,0,0,0,1,0,0) diff --git a/sound/misc/e1m1.ogg b/sound/misc/e1m1.ogg deleted file mode 100644 index e611e154ae..0000000000 Binary files a/sound/misc/e1m1.ogg and /dev/null differ