Makes powercells produced by the protolathe start uncharged.

This commit is contained in:
mwerezak
2015-10-08 15:10:51 -04:00
committed by HarpyEagle
parent 8341620be4
commit 83df0fa8f8
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ using metal and glass, it uses glass and reagents (usually sulphuric acid).
reagents.remove_reagent(C, D.chemicals[C] * mat_efficiency)
if(D.build_path)
var/obj/new_item = new D.build_path(src)
var/obj/new_item = D.Fabricate(src)
new_item.loc = loc
if(mat_efficiency != 1) // No matter out of nowhere
if(new_item.matter && new_item.matter.len > 0)