From d7f55f1122dbfac818bf4b438b4b8d6615b7497f Mon Sep 17 00:00:00 2001 From: HMBGERDO <61080616+HMBGERDO@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:54:38 +0200 Subject: [PATCH] garrote can now be used from any angle on incapacitated (#21830) --- 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 d52ec0c5066..a48fd064f74 100644 --- a/code/game/objects/items/weapons/garrote.dm +++ b/code/game/objects/items/weapons/garrote.dm @@ -62,7 +62,7 @@ U.suicide() // This will display a prompt for confirmation first. return - if(M.dir != U.dir) + if(M.dir != U.dir && !M.incapacitated()) to_chat(user, "You cannot use [src] on [M] from that angle!") return