TG Sync 12/15/17

s

s
This commit is contained in:
kevinz000
2017-12-15 06:27:57 -08:00
parent b6b0ab69e3
commit 253c819bc1
762 changed files with 13429 additions and 14872 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
if(sold_nodes[V]) //Already sold before, don't want it.
continue
var/datum/techweb_node/TWN = D.stored_research.researched_nodes[V]
cost += TWN
return ..() * cost
cost += TWN.export_price
return cost
/datum/export/tech/sell_object(obj/O)
..()