Mmmmm, more crates.
Fixed: Engineering Hardsuit Crate Removed: Duplicate Exotic Seed Crate Festive Wrapping Paper Crate (Replaced) Tweak: Grouped some stuff in each tab. (Medical Kits, Space Suits, Ingredients, Meals) Added Ambrosia Seed to Seed Crate Added 2 Spray Cans to Biker Gang Crate Moved: Grill to Service All Vending Supplies to a new tab. Added: Candle Crate Dirty Magazine Crate (Emag) CBT Interrogation Crate (Contraband) Cargo Packaging Crate Pest Control Crate (Contraband) Candlelit Dinner Crate Portable Air Pump Crate Portable Scrubber Crate Pastry Crate Burger Combo Crate Known Issues: I don't know how to get randomised crates to show up in the proper order.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// If you add something to this list, please group it by type and sort it alphabetically instead of just jamming it in like an animal
|
||||
// cost = 700- Minimum cost, or infinite points are possible.
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////// Engineering /////////////////////////////////////
|
||||
///////////////////////////// Engineering ////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/datum/supply_pack/engineering
|
||||
@@ -45,6 +45,7 @@
|
||||
/obj/item/clothing/glasses/meson/engine,
|
||||
/obj/item/clothing/glasses/meson/engine)
|
||||
crate_name = "engineering gear crate"
|
||||
crate_type = /obj/structure/closet/crate/secure/engineering
|
||||
|
||||
/datum/supply_pack/engineering/engihardsuit
|
||||
name = "Engineering Hardsuit"
|
||||
@@ -55,6 +56,7 @@
|
||||
/obj/item/clothing/mask/gas,
|
||||
/obj/item/clothing/suit/space/hardsuit/engine)
|
||||
crate_name = "engineering hardsuit"
|
||||
crate_type = /obj/structure/closet/crate/secure/engineering
|
||||
|
||||
/datum/supply_pack/engineering/atmoshardsuit
|
||||
name = "Atmospherics Hardsuit"
|
||||
@@ -114,6 +116,22 @@
|
||||
crate_name = "PACMAN generator crate"
|
||||
crate_type = /obj/structure/closet/crate/engineering/electrical
|
||||
|
||||
/datum/supply_pack/engineering/airpump
|
||||
name = "Portable Air Pump Crate"
|
||||
desc = "We all know you work in a high pressure workplace. Keep it that way with two additional air pumps!"
|
||||
cost = 3000
|
||||
contains = list(/obj/machinery/portable_atmospherics/pump,
|
||||
/obj/machinery/portable_atmospherics/pump)
|
||||
crate_name = "portable air pump crate"
|
||||
|
||||
/datum/supply_pack/engineering/airscrubber
|
||||
name = "Portable Scrubber Crate"
|
||||
desc = "Miasma got you down? Plasma in the vents? Freshen up with these two brand-new air scrubbers!"
|
||||
cost = 3000
|
||||
contains = list(/obj/machinery/portable_atmospherics/scrubber,
|
||||
/obj/machinery/portable_atmospherics/scrubber)
|
||||
crate_name = "portable scrubber crate"
|
||||
|
||||
/datum/supply_pack/engineering/power
|
||||
name = "Power Cell Crate"
|
||||
desc = "Looking for power overwhelming? Look no further. Contains three high-voltage power cells."
|
||||
|
||||
Reference in New Issue
Block a user