From 7efceb213e033ce92b1cc6db59fd5845eb31cfc6 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sun, 11 Mar 2018 20:28:27 -0700 Subject: [PATCH] Update _production.dm (#5906) --- code/modules/research/machinery/_production.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/machinery/_production.dm b/code/modules/research/machinery/_production.dm index 26e2eaef2d..ac5d1b225a 100644 --- a/code/modules/research/machinery/_production.dm +++ b/code/modules/research/machinery/_production.dm @@ -77,7 +77,7 @@ for(var/obj/item/stock_parts/manipulator/M in component_parts) total_rating += M.rating total_rating = max(1, total_rating) - efficiency_coeff /= total_rating + efficiency_coeff = total_rating //we eject the materials upon deconstruction. /obj/machinery/rnd/production/on_deconstruction() @@ -330,4 +330,4 @@ line_length++ l += "" - return l \ No newline at end of file + return l