This commit is contained in:
silicons
2020-07-11 07:03:41 -07:00
parent 98e727ec03
commit 6fbe083e13
+2 -2
View File
@@ -102,7 +102,7 @@
worn_y_dimension = world.icon_size
/obj/item/clothing/shoes/dropped(mob/user)
if(our_alert && our_alert.mob_viewer == user)
if(our_alert && (our_alert.mob_viewer == user))
user.clear_alert("shoealert")
if(offset && equipped_before_drop)
restore_offsets(user)
@@ -287,4 +287,4 @@
if(do_after(user, lace_time, needhand=TRUE, target=src,extra_checks=CALLBACK(src, .proc/still_shoed, user)))
to_chat(user, "<span class='notice'>You [tied ? "untie" : "tie"] the laces on [src].</span>")
adjust_laces(tied ? SHOES_TIED : SHOES_UNTIED, user)
adjust_laces(tied ? SHOES_TIED : SHOES_UNTIED, user)