Skip to content

Commit

Permalink
TGS Test Merge (#6103)
Browse files Browse the repository at this point in the history
  • Loading branch information
cm13-github committed May 6, 2024
2 parents ff95ae9 + 219a08f commit 74340b7
Show file tree
Hide file tree
Showing 12 changed files with 822 additions and 335 deletions.
32 changes: 26 additions & 6 deletions code/datums/supply_packs/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,31 @@
/obj/item/storage/pill_bottle/peridaxon,
/obj/item/storage/box/pillbottles,
)
cost = 20
cost = 15
containertype = /obj/structure/closet/crate/medical
containername = "medical crate"
group = "Medical"

/datum/supply_packs/medical_restock_cart
name = "medical restock cart"
contains = list(
/obj/structure/restock_cart/medical,
)
cost = 20
containertype = null
containername = "medical restock cart"
group = "Medical"

/datum/supply_packs/medical_reagent_cart
name = "medical reagent restock cart"
contains = list(
/obj/structure/restock_cart/medical/reagent,
)
cost = 20
containertype = null
containername = "medical reagent restock cart"
group = "Medical"

/datum/supply_packs/pillbottle
name = "pill bottle crate (x2 each)"
contains = list(
Expand All @@ -42,7 +62,7 @@
/obj/item/storage/box/pillbottles,
/obj/item/storage/box/pillbottles,
)
cost = 20
cost = 15
containertype = /obj/structure/closet/crate/medical
containername = "medical crate"
group = "Medical"
Expand All @@ -61,7 +81,7 @@
/obj/item/storage/firstaid/adv,
/obj/item/storage/firstaid/adv,
)
cost = 16
cost = 11
containertype = /obj/structure/closet/crate/medical
containername = "medical crate"
group = "Medical"
Expand All @@ -74,7 +94,7 @@
/obj/item/storage/box/bodybags,
/obj/item/storage/box/bodybags,
)
cost = 12
cost = 7
containertype = /obj/structure/closet/crate/medical
containername = "body bag crate"
group = "Medical"
Expand All @@ -86,7 +106,7 @@
/obj/item/bodybag/cryobag,
/obj/item/bodybag/cryobag,
)
cost = 20
cost = 15
containertype = /obj/structure/closet/crate/medical
containername = "stasis bag crate"
group = "Medical"
Expand All @@ -101,7 +121,7 @@
/obj/item/storage/box/masks,
/obj/item/storage/box/gloves,
)
cost = 30
cost = 25
containertype = /obj/structure/closet/crate/secure/surgery
containername = "surgery crate"
access = ACCESS_MARINE_MEDBAY
Expand Down
Loading

0 comments on commit 74340b7

Please sign in to comment.