mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 10:37:17 +01:00
Fixes Some Sounds Having Reverb (#15602)
* Fixes Some Sounds Having Reverb * typeless
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
else if(effect <= 7)
|
||||
M.emote("collapse")
|
||||
to_chat(M, "<span class='warning'>Your heart is pounding!</span>")
|
||||
M << 'sound/effects/singlebeat.ogg'
|
||||
SEND_SOUND(M, sound('sound/effects/singlebeat.ogg'))
|
||||
update_flags |= M.Paralyse(5, FALSE)
|
||||
M.Jitter(30)
|
||||
update_flags |= M.adjustToxLoss(6, FALSE)
|
||||
@@ -407,7 +407,7 @@
|
||||
/datum/reagent/bath_salts/reaction_mob(mob/living/M, method=REAGENT_TOUCH, volume)
|
||||
if(method == REAGENT_INGEST)
|
||||
to_chat(M, "<span class = 'danger'><font face='[pick("Curlz MT", "Comic Sans MS")]' size='[rand(4,6)]'>You feel FUCKED UP!!!!!!</font></span>")
|
||||
M << 'sound/effects/singlebeat.ogg'
|
||||
SEND_SOUND(M, sound('sound/effects/singlebeat.ogg'))
|
||||
M.emote("faint")
|
||||
M.apply_effect(5, IRRADIATE)
|
||||
M.adjustToxLoss(5)
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
return ..() | update_flags
|
||||
|
||||
/datum/reagent/consumable/drink/berry_banned2/on_mob_death(mob/living/M)
|
||||
M << sound('sound/effects/adminhelp.ogg',0,1,0,25)
|
||||
SEND_SOUND(M, sound('sound/effects/adminhelp.ogg', 0, 1, 0, 25))
|
||||
to_chat(M, "<span class='adminhelp'>PM from-<b>Administrator</b>: BWOINK!</span>")
|
||||
..()
|
||||
|
||||
|
||||
@@ -544,7 +544,7 @@
|
||||
update_flags |= M.Weaken(8, FALSE)
|
||||
else if(effect <= 7)
|
||||
to_chat(M, "<span class='warning'>Your heartbeat is pounding inside your head!</span>")
|
||||
M << 'sound/effects/singlebeat.ogg'
|
||||
SEND_SOUND(M, sound('sound/effects/singlebeat.ogg'))
|
||||
M.emote("collapse")
|
||||
update_flags |= M.adjustOxyLoss(8, FALSE)
|
||||
update_flags |= M.adjustToxLoss(3, FALSE)
|
||||
|
||||
Reference in New Issue
Block a user