mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
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:
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)
|
||||
|
||||
Reference in New Issue
Block a user