From cfdcabfe1211d12f50f431f66dc378ec6b6d3e73 Mon Sep 17 00:00:00 2001 From: vuonojenmustaturska Date: Sun, 18 Feb 2018 14:08:08 +0200 Subject: [PATCH] Merge pull request #35746 from MoreRobustThanYou/patch-60 Actually fixes SCP 294 overlay problems --- code/modules/reagents/chemistry/machinery/scp_294.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/machinery/scp_294.dm b/code/modules/reagents/chemistry/machinery/scp_294.dm index ad3971db63..f7d6473358 100644 --- a/code/modules/reagents/chemistry/machinery/scp_294.dm +++ b/code/modules/reagents/chemistry/machinery/scp_294.dm @@ -46,6 +46,7 @@ /obj/machinery/chem_dispenser/scp_294/ui_act(action, params) if(..()) return + update_icon() switch(action) if("ejectBeaker") if(beaker) @@ -53,7 +54,6 @@ if(Adjacent(usr) && !issilicon(usr)) usr.put_in_hands(beaker) beaker = null - cut_overlays() . = TRUE if("input") var/input_reagent = replacetext(lowertext(input("Enter the name of any liquid", "Input") as text), " ", "") //95% of the time, the reagent id is a lowercase/no spaces version of the name