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