Chem heater now shows beakers when screwed closed (#20930)

* Update chem_heater.dm

* Update code/modules/reagents/chemistry/machinery/chem_heater.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update code/modules/reagents/chemistry/machinery/chem_heater.dm

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
Kyani
2023-05-02 20:58:13 +02:00
committed by GitHub
co-authored by Henri215 Farie82
parent 9d151847fb
commit 147c5890ef
@@ -88,7 +88,7 @@
/obj/machinery/chem_heater/screwdriver_act(mob/user, obj/item/I)
. = TRUE
default_deconstruction_screwdriver(user, "mixer0b", "mixer0b", I)
default_deconstruction_screwdriver(user, "mixer0b", "mixer[beaker ? "1" : "0"]b", I)
/obj/machinery/chem_heater/crowbar_act(mob/user, obj/item/I)
if(!panel_open)