This commit is contained in:
silicons
2020-07-11 00:44:17 -07:00
parent ed847b1a58
commit cc2e9530b1
3 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,7 @@
worn_y_dimension = world.icon_size
/obj/item/clothing/shoes/dropped(mob/user)
if(our_alert && our_alert.owner == user)
if(our_alert && our_alert.mob_viewer == user)
user.clear_alert("shoealert")
if(offset && equipped_before_drop)
restore_offsets(user)

View File

@@ -17,7 +17,7 @@
resistance_flags = NONE
permeability_coefficient = 0.05 //Thick soles, and covers the ankle
pocket_storage_component_path = /datum/component/storage/concrete/pockets/shoes
lace_delay = 12 SECONDS
lace_time = 12 SECONDS
/obj/item/clothing/shoes/combat/sneakboots
name = "insidious sneakboots"