mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
re-add circuit imprinter efficiency
This commit is contained in:
@@ -79,7 +79,7 @@ using metal and glass, it uses glass and reagents (usually sulfuric acis).
|
||||
if(MAT_DIAMOND)
|
||||
return (diamond_amount - (being_built.materials[M]) >= 0)
|
||||
else
|
||||
return (reagents.has_reagent(M, (being_built.materials[M])) != 0)
|
||||
return (reagents.has_reagent(M, (being_built.materials[M]/efficiency_coeff)) != 0)
|
||||
|
||||
|
||||
/obj/machinery/r_n_d/circuit_imprinter/proc/TotalMaterials()
|
||||
|
||||
Reference in New Issue
Block a user