Chem Master 3000 depowered sprites pathing (#69434)

* they want to see broken icons

* they wanna see the depowered sprites instead...

* kill unused broken chem master icons

* we're getting smarter as we go boys

* Update chem_master.dm
This commit is contained in:
Mooshimi
2022-08-28 16:23:11 -04:00
committed by GitHub
parent 48c4583363
commit eb88a6525a
@@ -111,7 +111,7 @@
bottle = null
/obj/machinery/chem_master/update_icon_state()
icon_state = "[base_icon_state][beaker ? 1 : 0]"
icon_state = "[base_icon_state][beaker ? 1 : 0][(machine_stat & BROKEN) ? "_b" : (powered() ? null : "_nopower")]"
return ..()
/obj/machinery/chem_master/update_overlays()