Halves Cuffing + Garrote Sound Range and Volume (#20674)

* less echolocation

* Update garrote.dm

* hal review
This commit is contained in:
matttheficus
2023-04-08 14:34:31 +01:00
committed by GitHub
parent 960d9e3ce0
commit ced990a21c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -159,5 +159,5 @@
/obj/item/twohanded/garrote/suicide_act(mob/user)
user.visible_message("<span class='suicide'>[user] is wrapping [src] around [user.p_their()] neck and pulling the handles! It looks like [user.p_theyre()] trying to commit suicide.</span>")
playsound(src.loc, 'sound/weapons/cablecuff.ogg', 15, 1, -1)
playsound(loc, 'sound/weapons/cablecuff.ogg', 15, 1, -10, ignore_walls = FALSE)
return OXYLOSS
+1 -1
View File
@@ -57,7 +57,7 @@
C.visible_message("<span class='danger'>[user] is trying to put [src.name] on [C]!</span>", \
"<span class='userdanger'>[user] is trying to put [src.name] on [C]!</span>")
playsound(loc, cuffsound, 30, 1, -2)
playsound(loc, cuffsound, 15, 1, -10)
if(do_mob(user, C, 30))
apply_cuffs(C, user, remove_src)
to_chat(user, "<span class='notice'>You handcuff [C].</span>")