diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index e575773233..faf1f6da5f 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -864,6 +864,14 @@ /datum/supply_pack/science group = "Science" crate_type = /obj/structure/closet/crate/science + +/datum/supply_pack/science/bz + name = "BZ canister" + cost = 4000 + access = ACCESS_TOX_STORAGE + contains = list(/obj/machinery/portable_atmospherics/canister/bz) + crate_name = "BZ canister crate" + crate_type = /obj/structure/closet/crate/secure/science /datum/supply_pack/science/robotics name = "Robotics Assembly Crate" @@ -982,7 +990,7 @@ /obj/item/pizzabox/meat, /obj/item/pizzabox/vegetable) crate_name = "pizza crate" - + /datum/supply_pack/organic/cream_piee name = "High-yield Clown-grade Cream Pie Crate" cost = 6000