mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 12:05:28 +01:00
Add files via upload
This commit is contained in:
@@ -86,3 +86,23 @@
|
||||
containertype = /obj/structure/closet/crate
|
||||
containername = "Shiny clothes crate"
|
||||
cost = 30
|
||||
|
||||
//3/19/21
|
||||
/datum/supply_pack/recreation/smoleworld
|
||||
name = "Smole Bulding Bricks"
|
||||
contains = list(
|
||||
/obj/item/weapon/storage/smolebrickcase, /obj/item/weapon/storage/smolebrickcase,
|
||||
)
|
||||
cost = 200
|
||||
containertype = /obj/structure/closet/crate
|
||||
containername = "Smole Bulding Brick crate"
|
||||
|
||||
/datum/supply_pack/recreation/smolesnackplanets
|
||||
name = "Snack planets pack"
|
||||
num_contained = 4
|
||||
contains = list(
|
||||
/obj/item/weapon/storage/bagoplanets, /obj/item/weapon/storage/bagoplanets
|
||||
)
|
||||
cost = 25
|
||||
containertype = /obj/structure/closet/crate
|
||||
containername = "Snack planets crate"
|
||||
|
||||
Reference in New Issue
Block a user