Skip to content

Commit

Permalink
Update modular_bandastation/objects/code/items/weapons/melee/garrote.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Gaxeer <44334376+Gaxeer@users.noreply.github.com>
  • Loading branch information
npukoJl and Gaxeer authored Jan 25, 2025
1 parent 1b3e19c commit 48c4d43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
if(!HAS_TRAIT(src, TRAIT_WIELDED))
to_chat(user, "<span class = 'warning'>You must use both hands to garrote [M]!</span>")
return
if(!ishuman(M))
if(!istype(target))
to_chat(user, "<span class = 'warning'>You don't think that garroting [M] would be very effective...</span>")
return
if(!check_behind(U, M) && !HAS_TRAIT(M, TRAIT_INCAPACITATED))
Expand Down

0 comments on commit 48c4d43

Please sign in to comment.