fixes mod backpacks being fucky

This commit is contained in:
Qwertytoforty
2024-03-20 20:23:08 -04:00
parent 70328f0006
commit f2df4809a5
+1 -1
View File
@@ -485,7 +485,7 @@
return ..()
/obj/item/mod/control/update_icon_state()
if(current_disguise)
if(current_disguise || isnull(chameleon_action) || active)
icon_state = "[skin]-[base_icon_state][active ? "-sealed" : ""]"
return ..()