[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>
This commit is contained in:
SkyratBot
2022-02-24 16:17:51 -05:00
committed by GitHub
co-authored by Sealed101
parent aedcedde63
commit ee9be602e7
@@ -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