diff --git a/code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm b/code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm index d48d292089a..fca2f849b27 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm @@ -68,7 +68,7 @@ /obj/machinery/smartfridge/update_overlays() . = ..() if(!machine_stat) - . += emissive_appearance(icon, "smartfridge-light-mask", alpha = src.alpha) + . += emissive_appearance(icon, "[initial(icon_state)]-light-mask", alpha = src.alpha) /******************* * Item Adding