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