From ee9be602e777b366acb9a2b77c83d25b274d6caf Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 24 Feb 2022 22:17:51 +0100 Subject: [PATCH] [MIRROR] Fixes disk 'smartfridge' having the wrong light mask [MDB IGNORE] (#11717) * Fixes disk 'smartfridge' having the wrong light mask (#65069) * Fixes disk 'smartfridge' having the wrong light mask Co-authored-by: Sealed101 <75863639+Sealed101@users.noreply.github.com> --- code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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