mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
crate
removed otie's crate ay
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/datum/supply_pack/supply/capcrystal
|
||||
name = "Capture Crystal crate"
|
||||
contains = list(/obj/item/capture_crystal)
|
||||
cost = 500
|
||||
containertype = /obj/structure/closet/crate
|
||||
containername = "Capture Crystal crate"
|
||||
contraband = 1
|
||||
|
||||
/datum/supply_pack/supply/chemistrykitbundle
|
||||
name = "gender and size chemistry bundle kit"
|
||||
contains = list(/obj/item/selectable_item/chemistrykit/size = 3,
|
||||
/obj/item/selectable_item/chemistrykit/gender = 3)
|
||||
cost = 100
|
||||
containertype = /obj/structure/closet/crate
|
||||
containername = "gender and size chemistry bundle crate"
|
||||
contraband = 1
|
||||
@@ -0,0 +1,6 @@
|
||||
/datum/supply_pack/eng/engine/rotary_wheel
|
||||
contains = list(/obj/item/weapon/circuitboard/machine/reg_c)
|
||||
name = "c-type rotary electric generator board"
|
||||
containertype = /obj/structure/closet/crate/focalpoint
|
||||
containername = "c-type rotary board crate"
|
||||
access = access_engine
|
||||
@@ -0,0 +1,18 @@
|
||||
/datum/supply_pack/hydro/teppi
|
||||
name = "Teppi crate"
|
||||
cost = 60 //considering a corgi crate is 50, and you get two fennecs
|
||||
containertype = /obj/structure/largecrate/animal/teppi
|
||||
containername = "Teppi crate"
|
||||
|
||||
/datum/supply_pack/hydro/sheep
|
||||
name = "Sheep crate"
|
||||
cost = 25
|
||||
containertype = /obj/structure/largecrate/animal/sheep
|
||||
containername = "Goat crate"
|
||||
access = access_hydroponics
|
||||
|
||||
/datum/supply_pack/hydro/woofdog
|
||||
name = "Dog crate"
|
||||
cost = 50
|
||||
containertype = /obj/structure/largecrate/animal/woofdog
|
||||
containername = "Dog carrier"
|
||||
@@ -3,4 +3,11 @@
|
||||
contains = list(/obj/item/weapon/backup_implanter = 4)
|
||||
cost = 50
|
||||
containertype = /obj/structure/closet/crate/medical
|
||||
containername = "Spare backup implanters"
|
||||
containername = "Spare backup implanters"
|
||||
|
||||
/datum/supply_pack/med/decrotizer
|
||||
name = "Commercial Denecrotizer "
|
||||
contains = list(/obj/item/device/denecrotizer/medical)
|
||||
cost = 40
|
||||
containertype = /obj/structure/closet/crate/secure
|
||||
containername = "commercial denecrotizer crate"
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
/datum/supply_pack/sci/pred_sect
|
||||
name = "EXTREMELY Dangerous Bug"
|
||||
cost = 200
|
||||
containertype = /obj/structure/largecrate/animal/bugsect
|
||||
containername = "EXTREMELY Dangerous Bug crate"
|
||||
contraband = 1
|
||||
access = access_xenobiology
|
||||
Reference in New Issue
Block a user