From 9ef4e6a626dbf4c7bbff53df0a21710e5f0d73ab Mon Sep 17 00:00:00 2001 From: ma44 Date: Tue, 9 May 2017 08:50:57 -0500 Subject: [PATCH] Update sheets.dm --- code/modules/cargo/exports/sheets.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/exports/sheets.dm b/code/modules/cargo/exports/sheets.dm index 707dab703c6..06f2d6d0198 100644 --- a/code/modules/cargo/exports/sheets.dm +++ b/code/modules/cargo/exports/sheets.dm @@ -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)