mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user