mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
garrote can now be used from any angle on incapacitated (#21830)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user