Update _production.dm (#5906)

This commit is contained in:
kevinz000
2018-03-11 20:28:27 -07:00
committed by Poojawa
parent addaeba21b
commit 7efceb213e

View File

@@ -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 += "</tr></table></div>"
return l
return l