From 8b412d7d49045ab9a97f92b02f6ae29ad2548002 Mon Sep 17 00:00:00 2001 From: Hatterhat <31829017+Hatterhat@users.noreply.github.com> Date: Sat, 3 Apr 2021 17:12:52 -0500 Subject: [PATCH] Update materials.dm (#14564) --- code/modules/cargo/packs/materials.dm | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/code/modules/cargo/packs/materials.dm b/code/modules/cargo/packs/materials.dm index 86c6b114f0..91f30ee9e2 100644 --- a/code/modules/cargo/packs/materials.dm +++ b/code/modules/cargo/packs/materials.dm @@ -69,18 +69,6 @@ cost = 600 contains = list(/obj/item/rcd_ammo/large) -/datum/supply_pack/materials/rawlumber - name = "50 Towercap Logs" - desc = "Raw logs from towercaps. Contains fifty logs." - cost = 1000 - contains = list(/obj/item/grown/log) - crate_name = "lumber crate" - -/datum/supply_pack/materials/rawlumber/generate() - . = ..() - for(var/i in 1 to 49) - new /obj/item/grown/log(.) - ////////////////////////////////////////////////////////////////////////////// ///////////////////////////// Canisters ////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////