mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-15 00:54:16 +01:00
Merge pull request #11672 from Verkister/patch-93
Makes trash a valid borg fuel again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user