From b705e93a3feebc7d2e5d6023584db315de5a511b Mon Sep 17 00:00:00 2001 From: Henri215 <77684085+Henri215@users.noreply.github.com> Date: Fri, 14 Apr 2023 16:20:56 -0300 Subject: [PATCH] less range and volume for garrote (#20863) --- code/game/objects/items/weapons/garrote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/garrote.dm b/code/game/objects/items/weapons/garrote.dm index 6ee3896640d..1fd88f56902 100644 --- a/code/game/objects/items/weapons/garrote.dm +++ b/code/game/objects/items/weapons/garrote.dm @@ -93,7 +93,7 @@ strangling = M update_icon(UPDATE_ICON_STATE) - playsound(src.loc, 'sound/weapons/cablecuff.ogg', 15, 1, -1) + playsound(loc, 'sound/weapons/cablecuff.ogg', 15, 1, -10, ignore_walls = FALSE) M.visible_message("[U] comes from behind and begins garroting [M] with [src]!", \ "[U] begins garroting you with [src]![improvised ? "" : " You are unable to speak!"]", \