Another boot fix. (#6454)

For some reason, even though it WAS working when I added it to the PR, BYOND decided "Nah" to boots cleaning in one spray/one wash.
This fixes that.
This commit is contained in:
C.L
2019-09-16 21:59:34 -04:00
committed by Mechoid
parent 303e11ea25
commit 2a9b50bd21

View File

@@ -570,6 +570,10 @@
M.update_inv_shoes()
return ..()
/obj/item/clothing/shoes/clean_blood()
update_icon()
return ..()
/obj/item/clothing/shoes/proc/handle_movement(var/turf/walking, var/running)
return