Update _production.dm (#5906)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user