Adds Sound Environments: Reverb and Echo (#15378)

This commit is contained in:
Fox McCloud
2021-02-23 11:52:34 +00:00
committed by GitHub
parent 8c7e847174
commit 64064019d8
16 changed files with 163 additions and 18 deletions
+1 -1
View File
@@ -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))