garrote can now be used from any angle on incapacitated (#21830)

This commit is contained in:
HMBGERDO
2023-07-27 16:54:38 +02:00
committed by GitHub
parent e6b3c5fba7
commit d7f55f1122
+1 -1
View File
@@ -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, "<span class='warning'>You cannot use [src] on [M] from that angle!</span>")
return