From 6a38c309afe0b2bf788b1538437e66b0fbc405dc Mon Sep 17 00:00:00 2001 From: Repede Date: Thu, 2 Jul 2020 23:54:09 -0400 Subject: [PATCH] Makes wood logs worth points (lumbering time) --- code/modules/materials/materials.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/materials/materials.dm b/code/modules/materials/materials.dm index eb1a76b32c..e9f3cffaf8 100644 --- a/code/modules/materials/materials.dm +++ b/code/modules/materials/materials.dm @@ -921,6 +921,7 @@ var/list/name_to_material sheet_singular_name = null sheet_plural_name = "pile" pass_stack_colors = TRUE + supply_conversion_value = 3 //YW Adds: logs worth points /material/wood/log/sif name = MAT_SIFLOG