diff --git a/code/modules/reagents/newchem/drugs.dm b/code/modules/reagents/newchem/drugs.dm
index 5ca177cb48e..9dea913cbfe 100644
--- a/code/modules/reagents/newchem/drugs.dm
+++ b/code/modules/reagents/newchem/drugs.dm
@@ -60,7 +60,7 @@
else if(effect <= 7)
M.emote("collapse")
to_chat(M, "Your heart is pounding!")
- M << sound('sound/goonstation/effects/heartbeat.ogg')
+ M << 'sound/effects/Heart Beat.ogg'
M.Paralyse(5)
M.Jitter(30)
M.adjustToxLoss(6)
diff --git a/code/modules/reagents/newchem/toxins.dm b/code/modules/reagents/newchem/toxins.dm
index e331f4d3565..7ec34a4e6f5 100644
--- a/code/modules/reagents/newchem/toxins.dm
+++ b/code/modules/reagents/newchem/toxins.dm
@@ -87,7 +87,7 @@
M.Weaken(8)
else if(effect <= 7)
to_chat(M, "Your heartbeat is pounding inside your head!")
- M.playsound_local(M.loc, "sound/goonstation/effects/heartbeat.ogg", 50, 1)
+ M << 'sound/effects/Heart Beat.ogg'
M.emote("collapse")
M.adjustOxyLoss(8)
M.adjustToxLoss(3)
diff --git a/sound/goonstation/effects/heartbeat.ogg b/sound/goonstation/effects/heartbeat.ogg
deleted file mode 100644
index a98aec8037a..00000000000
Binary files a/sound/goonstation/effects/heartbeat.ogg and /dev/null differ