mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-28 11:03:19 +00:00
Fixes the washing bug with boots
This commit is contained in:
@@ -558,8 +558,17 @@
|
||||
update_icon()
|
||||
|
||||
/obj/item/clothing/shoes/update_icon()
|
||||
overlays.Cut() //This removes all the overlays on the sprite and then goes down a checklist adding them as required.
|
||||
if(blood_DNA)
|
||||
add_blood()
|
||||
if(holding)
|
||||
overlays += image(icon, "[icon_state]_knife")
|
||||
if(contaminated)
|
||||
overlays += contamination_overlay
|
||||
//VOREStation Edit Start
|
||||
if(gurgled)
|
||||
decontaminate()
|
||||
gurgle_contaminate()
|
||||
if(ismob(usr))
|
||||
var/mob/M = usr
|
||||
M.update_inv_shoes()
|
||||
|
||||
Reference in New Issue
Block a user