mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Adds Sound Environments: Reverb and Echo (#15378)
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
H.dna.species.stamina_mod *= 0.1
|
||||
add_attack_logs(owner, owner, "gained blood-drunk stun immunity", ATKLOG_ALL)
|
||||
owner.add_stun_absorption("blooddrunk", INFINITY, 4)
|
||||
owner.playsound_local(get_turf(owner), 'sound/effects/singlebeat.ogg', 40, 1)
|
||||
owner.playsound_local(get_turf(owner), 'sound/effects/singlebeat.ogg', 40, TRUE, use_reverb = FALSE)
|
||||
|
||||
/datum/status_effect/blooddrunk/on_remove()
|
||||
if(ishuman(owner))
|
||||
|
||||
Reference in New Issue
Block a user