This commit is contained in:
Fox-McCloud
2016-05-03 20:31:37 -04:00
parent b295e7809e
commit 2bcda77cf7
3 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@
else if(effect <= 7) else if(effect <= 7)
M.emote("collapse") M.emote("collapse")
to_chat(M, "<span class='warning'>Your heart is pounding!</span>") to_chat(M, "<span class='warning'>Your heart is pounding!</span>")
M << sound('sound/goonstation/effects/heartbeat.ogg') M << 'sound/effects/Heart Beat.ogg'
M.Paralyse(5) M.Paralyse(5)
M.Jitter(30) M.Jitter(30)
M.adjustToxLoss(6) M.adjustToxLoss(6)

View File

@@ -87,7 +87,7 @@
M.Weaken(8) M.Weaken(8)
else if(effect <= 7) else if(effect <= 7)
to_chat(M, "<span class='warning'>Your heartbeat is pounding inside your head!</span>") to_chat(M, "<span class='warning'>Your heartbeat is pounding inside your head!</span>")
M.playsound_local(M.loc, "sound/goonstation/effects/heartbeat.ogg", 50, 1) M << 'sound/effects/Heart Beat.ogg'
M.emote("collapse") M.emote("collapse")
M.adjustOxyLoss(8) M.adjustOxyLoss(8)
M.adjustToxLoss(3) M.adjustToxLoss(3)