|
|
|
@@ -60,15 +60,6 @@
|
|
|
|
|
crate_name = "Biker Kit"
|
|
|
|
|
crate_type = /obj/structure/closet/crate/large
|
|
|
|
|
|
|
|
|
|
/datum/supply_pack/emergency/droneshells
|
|
|
|
|
name = "Drone Shell Crate"
|
|
|
|
|
desc = "The station's little helpers. Contains three Drone Shells."
|
|
|
|
|
cost = 1000
|
|
|
|
|
contains = list(/obj/item/drone_shell,
|
|
|
|
|
/obj/item/drone_shell,
|
|
|
|
|
/obj/item/drone_shell)
|
|
|
|
|
crate_name = "drone shell crate"
|
|
|
|
|
|
|
|
|
|
/datum/supply_pack/emergency/equipment
|
|
|
|
|
name = "Emergency Bot/Internals Crate"
|
|
|
|
|
desc = "Explosions got you down? These supplies are guaranteed to patch up holes, in stations and people alike! Comes with two floorbots, two medbots, five oxygen masks and five small oxygen tanks."
|
|
|
|
@@ -181,7 +172,7 @@
|
|
|
|
|
|
|
|
|
|
/datum/supply_pack/emergency/radiation
|
|
|
|
|
name = "Radiation Protection Crate"
|
|
|
|
|
desc = "Survive the Nuclear Apocalypse and Supermatter Engine alike with two sets of Radiation suits. Each set contains a helmet, suit, and geiger counter. We'll even throw in a bottle of vodka and some glasses too, considering the life-expectancy of people who order this."
|
|
|
|
|
desc = "Survive the Nuclear Apocalypse and Supermatter Engine alike with two sets of Radiation suits. Each set contains a helmet, suit, and Geiger counter. We'll even throw in a bottle of vodka and some glasses too, considering the life-expectancy of people who order this."
|
|
|
|
|
cost = 1000
|
|
|
|
|
contains = list(/obj/item/clothing/head/radiation,
|
|
|
|
|
/obj/item/clothing/head/radiation,
|
|
|
|
@@ -225,7 +216,7 @@
|
|
|
|
|
|
|
|
|
|
/datum/supply_pack/emergency/weedcontrol
|
|
|
|
|
name = "Weed Control Crate"
|
|
|
|
|
desc = "Keep those invasive species OUT. Contains a scythe, gasmask, and two anti-weed chemical grenades. Warrenty void if used on ambrosia. Requires Hydroponics access to open."
|
|
|
|
|
desc = "Keep those invasive species OUT. Contains a scythe, gasmask, and two anti-weed chemical grenades. Warranty void if used on ambrosia. Requires Hydroponics access to open."
|
|
|
|
|
cost = 1500
|
|
|
|
|
access = ACCESS_HYDROPONICS
|
|
|
|
|
contains = list(/obj/item/scythe,
|
|
|
|
@@ -631,7 +622,7 @@
|
|
|
|
|
|
|
|
|
|
/datum/supply_pack/engineering/shuttle_engine
|
|
|
|
|
name = "Shuttle Engine Crate"
|
|
|
|
|
desc = "Through advanced bluespace-shenanigins, our engineers have managed to fit an entire shuttle engine into one tiny little crate. Requires CE access to open."
|
|
|
|
|
desc = "Through advanced bluespace-shenanigans, our engineers have managed to fit an entire shuttle engine into one tiny little crate. Requires CE access to open."
|
|
|
|
|
cost = 5000
|
|
|
|
|
access = ACCESS_CE
|
|
|
|
|
contains = list(/obj/structure/shuttle/engine/propulsion/burst/cargo)
|
|
|
|
@@ -1134,24 +1125,24 @@
|
|
|
|
|
desc = "Contains refills for medical vending machines."
|
|
|
|
|
cost = 2000
|
|
|
|
|
contains = list(/obj/item/vending_refill/medical,
|
|
|
|
|
/obj/item/vending_refill/medical,
|
|
|
|
|
/obj/item/vending_refill/medical)
|
|
|
|
|
/obj/item/vending_refill/wallmed)
|
|
|
|
|
crate_name = "medical vending crate"
|
|
|
|
|
|
|
|
|
|
/datum/supply_pack/medical/virus
|
|
|
|
|
name = "Virus Crate"
|
|
|
|
|
desc = "Contains twelve different bottles, each filled with a different chemical compound, each useful for virology. Also includes seven beakers and syringes. Balled-up jeans not included. Requires CMO access to open."
|
|
|
|
|
desc = "Contains twelve different bottles, containing several viral samples for virology research. Also includes seven beakers and syringes. Balled-up jeans not included. Requires CMO access to open."
|
|
|
|
|
cost = 2500
|
|
|
|
|
access = ACCESS_CMO
|
|
|
|
|
contains = list(/obj/item/reagent_containers/glass/bottle/flu_virion,
|
|
|
|
|
/obj/item/reagent_containers/glass/bottle/cold,
|
|
|
|
|
/obj/item/reagent_containers/glass/bottle/epiglottis_virion,
|
|
|
|
|
/obj/item/reagent_containers/glass/bottle/liver_enhance_virion,
|
|
|
|
|
/obj/item/reagent_containers/glass/bottle/random_virus,
|
|
|
|
|
/obj/item/reagent_containers/glass/bottle/random_virus,
|
|
|
|
|
/obj/item/reagent_containers/glass/bottle/random_virus,
|
|
|
|
|
/obj/item/reagent_containers/glass/bottle/random_virus,
|
|
|
|
|
/obj/item/reagent_containers/glass/bottle/fake_gbs,
|
|
|
|
|
/obj/item/reagent_containers/glass/bottle/magnitis,
|
|
|
|
|
/obj/item/reagent_containers/glass/bottle/pierrot_throat,
|
|
|
|
|
/obj/item/reagent_containers/glass/bottle/brainrot,
|
|
|
|
|
/obj/item/reagent_containers/glass/bottle/hallucigen_virion,
|
|
|
|
|
/obj/item/reagent_containers/glass/bottle/anxiety,
|
|
|
|
|
/obj/item/reagent_containers/glass/bottle/beesease,
|
|
|
|
|
/obj/item/storage/box/syringes,
|
|
|
|
@@ -1367,53 +1358,41 @@
|
|
|
|
|
|
|
|
|
|
/datum/supply_pack/service/vending/bartending
|
|
|
|
|
name = "Bartending Supply Crate"
|
|
|
|
|
desc = "Bring on the booze with six vending machine refills, as well as a free book containing the well-kept secrets to the bartending trade!"
|
|
|
|
|
desc = "Bring on the booze with vending machine refills, as well as a free book containing the well-kept secrets to the bartending trade!"
|
|
|
|
|
cost = 2000
|
|
|
|
|
contains = list(/obj/item/vending_refill/boozeomat,
|
|
|
|
|
/obj/item/vending_refill/boozeomat,
|
|
|
|
|
/obj/item/vending_refill/boozeomat,
|
|
|
|
|
/obj/item/vending_refill/coffee,
|
|
|
|
|
/obj/item/vending_refill/coffee,
|
|
|
|
|
/obj/item/vending_refill/coffee,
|
|
|
|
|
/obj/item/book/granter/action/drink_fling)
|
|
|
|
|
crate_name = "bartending supply crate"
|
|
|
|
|
|
|
|
|
|
/datum/supply_pack/service/vending/cigarette
|
|
|
|
|
name = "Cigarette Supply Crate"
|
|
|
|
|
desc = "Don't believe the reports - smoke today! Contains cigarette vending machine refills."
|
|
|
|
|
desc = "Don't believe the reports - smoke today! Contains a cigarette vending machine refill."
|
|
|
|
|
cost = 1500
|
|
|
|
|
contains = list(/obj/item/vending_refill/cigarette,
|
|
|
|
|
/obj/item/vending_refill/cigarette,
|
|
|
|
|
/obj/item/vending_refill/cigarette)
|
|
|
|
|
contains = list(/obj/item/vending_refill/cigarette)
|
|
|
|
|
crate_name = "cigarette supply crate"
|
|
|
|
|
crate_type = /obj/structure/closet/crate
|
|
|
|
|
|
|
|
|
|
/datum/supply_pack/service/vending/games
|
|
|
|
|
name = "Games Supply Crate"
|
|
|
|
|
desc = "Get your game on with these three game vending machine refills."
|
|
|
|
|
desc = "Get your game on with this game vending machine refill."
|
|
|
|
|
cost = 1000
|
|
|
|
|
contains = list(/obj/item/vending_refill/games,
|
|
|
|
|
/obj/item/vending_refill/games,
|
|
|
|
|
/obj/item/vending_refill/games)
|
|
|
|
|
contains = list(/obj/item/vending_refill/games)
|
|
|
|
|
crate_name = "games supply crate"
|
|
|
|
|
crate_type = /obj/structure/closet/crate
|
|
|
|
|
|
|
|
|
|
/datum/supply_pack/service/vending/snack
|
|
|
|
|
name = "Snack Supply Crate"
|
|
|
|
|
desc = "Three vending machine refills of cavity-bringin' goodness! The number one dentist recommended order!"
|
|
|
|
|
desc = "One vending machine refill of cavity-bringin' goodness! The number one dentist recommended order!"
|
|
|
|
|
cost = 1500
|
|
|
|
|
contains = list(/obj/item/vending_refill/snack,
|
|
|
|
|
/obj/item/vending_refill/snack,
|
|
|
|
|
/obj/item/vending_refill/snack)
|
|
|
|
|
contains = list(/obj/item/vending_refill/snack)
|
|
|
|
|
crate_name = "snacks supply crate"
|
|
|
|
|
|
|
|
|
|
/datum/supply_pack/service/vending/cola
|
|
|
|
|
name = "Softdrinks Supply Crate"
|
|
|
|
|
desc = "Got whacked by a toolbox, but you still have those pesky teeth? Get rid of those pearly whites with these three soda machine refills, today!"
|
|
|
|
|
desc = "Got whacked by a toolbox, but you still have those pesky teeth? Get rid of those pearly whites with this soda machine refill, today!"
|
|
|
|
|
cost = 1500
|
|
|
|
|
contains = list(/obj/item/vending_refill/cola,
|
|
|
|
|
/obj/item/vending_refill/cola,
|
|
|
|
|
/obj/item/vending_refill/cola)
|
|
|
|
|
contains = list(/obj/item/vending_refill/cola)
|
|
|
|
|
crate_name = "soft drinks supply crate"
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
@@ -1957,10 +1936,9 @@
|
|
|
|
|
|
|
|
|
|
/datum/supply_pack/costumes_toys/wardrobes/autodrobe
|
|
|
|
|
name = "Autodrobe Supply Crate"
|
|
|
|
|
desc = "Autodrobe missing your favorite dress? Solve that issue today with these two autodrobe refills."
|
|
|
|
|
desc = "Autodrobe missing your favorite dress? Solve that issue today with this autodrobe refill."
|
|
|
|
|
cost = 1500
|
|
|
|
|
contains = list(/obj/item/vending_refill/autodrobe,
|
|
|
|
|
/obj/item/vending_refill/autodrobe)
|
|
|
|
|
contains = list(/obj/item/vending_refill/autodrobe)
|
|
|
|
|
crate_name = "autodrobe supply crate"
|
|
|
|
|
|
|
|
|
|
/datum/supply_pack/costumes_toys/wardrobes/cargo
|
|
|
|
@@ -2083,7 +2061,7 @@
|
|
|
|
|
|
|
|
|
|
/datum/supply_pack/misc/paper
|
|
|
|
|
name = "Bureaucracy Crate"
|
|
|
|
|
desc = "High stacks of papers on your desk Are a big problem - make it Pea-sized with these bureacratic supplies! Contains six pens, some camera film, hand labeler supplies, a paper bin, three folders, two clipboards and two stamps."//that was too forced
|
|
|
|
|
desc = "High stacks of papers on your desk Are a big problem - make it Pea-sized with these bureaucratic supplies! Contains six pens, some camera film, hand labeler supplies, a paper bin, three folders, two clipboards and two stamps."//that was too forced
|
|
|
|
|
cost = 1500
|
|
|
|
|
contains = list(/obj/structure/filingcabinet/chestdrawer/wheeled,
|
|
|
|
|
/obj/item/camera_film,
|
|
|
|
|