mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-27 02:23:10 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user