Wooden planks now sell for 50 instead of 25 cargo points (#897)

This commit is contained in:
CitadelStationBot
2017-05-10 18:00:59 -05:00
committed by kevinz000
parent 1911694715
commit 18607f79a2

View File

@@ -88,7 +88,7 @@
// Wood. Quite expensive in the grim and dark 26 century.
/datum/export/stack/wood
cost = 25
cost = 50
unit_name = "wood plank"
export_types = list(/obj/item/stack/sheet/mineral/wood)