Merge pull request #12959 from Citadel-Station-13/AAAAAAA

FIXES LINTER ON MASTER
This commit is contained in:
Lin
2020-07-29 15:59:20 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -268,13 +268,13 @@
our_alert = our_guy.throw_alert("shoealert", /obj/screen/alert/shoes/untied)
/obj/item/clothing/shoes/attack_hand(mob/living/carbon/human/user)
/obj/item/clothing/shoes/on_attack_hand(mob/living/user, act_intent, unarmed_attack_flags)
if(!istype(user))
return ..()
if(loc == user && tied != SHOES_TIED && (user.mobility_flags & MOBILITY_USE))
handle_tying(user)
return
..()
return ..()
/obj/item/clothing/shoes/attack_self(mob/user)
. = ..()