mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Arcmining: Chemical Boosting (#95530)
This commit is contained in:
@@ -13,3 +13,19 @@
|
||||
/obj/item/stack/wrapping_paper/small = 1,
|
||||
)
|
||||
generate_items_inside(items_inside,src)
|
||||
|
||||
/obj/item/storage/box/shipping/debug
|
||||
name = "box of bigger shipping supplies"
|
||||
desc = "Everything you need to make your own cargo department."
|
||||
|
||||
/obj/item/storage/box/shipping/debug/PopulateContents()
|
||||
var/list/items_inside = list(
|
||||
/obj/item/universal_scanner = 1,
|
||||
/obj/item/stack/package_wrap/small = 2,
|
||||
/obj/item/stack/wrapping_paper/small = 2,
|
||||
/obj/item/boulder_beacon = 1,
|
||||
/obj/item/stack/conveyor/thirty = 1,
|
||||
/obj/item/conveyor_switch_construct = 1,
|
||||
/obj/item/construction/plumbing = 1,
|
||||
)
|
||||
generate_items_inside(items_inside,src)
|
||||
|
||||
Reference in New Issue
Block a user