Makes trash a valid borg fuel again

With every item now containing 1 unit of steel to be recyclable, this made borg bellies unable to squeeze out any fuel from garbage.
This commit is contained in:
Verkister
2021-10-10 21:21:50 +03:00
committed by GitHub
parent e667e86813
commit ce8c7cba16
@@ -612,7 +612,6 @@
for(var/tech in tech_item.origin_tech)
files.UpdateTech(tech, tech_item.origin_tech[tech])
synced = FALSE
drain(-50 * digested)
if(volume)
water.add_charge(volume)
if(recycles && T.matter)
@@ -630,8 +629,7 @@
plastic.add_charge(total_material)
if(material == "wood")
wood.add_charge(total_material)
else
drain(-50 * digested)
drain(-50 * digested)
else if(istype(target,/obj/effect/decal/remains))
qdel(target)
drain(-100)
@@ -726,4 +724,4 @@
icon_state = "sleeperert"
injection_chems = list("inaprovaline", "paracetamol") // short list
#undef SLEEPER_INJECT_COST
#undef SLEEPER_INJECT_COST