From a2fdccce5e3e550793bedf08da9149965021dab3 Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Thu, 26 Aug 2021 21:05:44 -0400 Subject: [PATCH] powder that makes you say yes --- code/modules/research/protolathe.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/protolathe.dm b/code/modules/research/protolathe.dm index f47b65919a..7a5b17dca4 100644 --- a/code/modules/research/protolathe.dm +++ b/code/modules/research/protolathe.dm @@ -234,7 +234,7 @@ /obj/machinery/r_n_d/protolathe/proc/eject_materials(var/material, var/amount) // 0 amount = 0 means ejecting a full stack; -1 means eject everything var/recursive = amount == -1 ? TRUE : FALSE - var/matstring = lowertext(material) + var/matstring = lowertext(material) // 0 or null, nothing to eject if(!materials[matstring])