From 30cfdc1f22348ca755d983f79bc8fda1f494c6b2 Mon Sep 17 00:00:00 2001 From: Dahlular Date: Sun, 17 Jan 2021 04:12:13 -0700 Subject: [PATCH] makes it fucking buyable --- code/modules/cargo/packs/misc.dm | 12 ++++++++++++ hyperstation/code/modules/cargo/packs/misc.dm | 0 2 files changed, 12 insertions(+) create mode 100644 hyperstation/code/modules/cargo/packs/misc.dm diff --git a/code/modules/cargo/packs/misc.dm b/code/modules/cargo/packs/misc.dm index ceacd0cd..b6f75e50 100644 --- a/code/modules/cargo/packs/misc.dm +++ b/code/modules/cargo/packs/misc.dm @@ -406,6 +406,18 @@ /obj/item/stack/tile/carpet/monochrome/fifty) crate_name = "exotic carpet crate" +/datum/supply_pack/misc/carpentry + name = "Carpentry Crate" + desc = "Make money at cargo by learning some carpentry and making custom furniture." + cost = 1000 + contains = list(/obj/item/handsaw + /obj/item/hammer, + /obj/item/glue, + /obj/item/borer, + /obj/item/sandpaper) + crate_name = "carpentry crate" + + /datum/supply_pack/misc/prospacillin //size changing should be hard to achieve; so enjoy the price tag. name = "Prospacillin Bottle" desc = "An extremely expensive solution of growth serum known as Prospacillin. Effects are permanent upon consumption, and growth is slow." diff --git a/hyperstation/code/modules/cargo/packs/misc.dm b/hyperstation/code/modules/cargo/packs/misc.dm new file mode 100644 index 00000000..e69de29b