Skip to content

Commit

Permalink
Adjusts Stock Part crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadunkus authored Feb 28, 2024
1 parent e9bdc78 commit 819094b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/modules/cargo/packs/machinery.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@
desc = "A bundle of basic machine parts, containing 3 of each common part type for when you're too lazy to print them yourself."
cost = 500
contains = list(/obj/item/storage/box/stockparts/basic)
crate_name = "\improper T2 parts crate"
crate_name = "\improper stock parts crate"
crate_type = /obj/structure/closet/crate

/datum/supply_pack/machinery/t2
name = "T2 parts crate"
desc = "A bundle of advanced machine parts, containing 2 of each common part type."
cost = 1500
contains = list(/obj/item/storage/box/stockparts/t2)
crate_name = "\improper T2 parts crate"
crate_name = "\improper stock parts crate"
crate_type = /obj/structure/closet/crate/science

/datum/supply_pack/machinery/t3
name = "T3 parts crate"
desc = "A bundle of high-tech machine parts, containing 2 of each common part type."
cost = 3000
contains = list(/obj/item/storage/box/stockparts/t3)
crate_name = "\improper T3 parts crate"
crate_name = "\improper stock parts crate"
crate_type = /obj/structure/closet/crate/secure/science

/datum/supply_pack/machinery/power
Expand All @@ -46,8 +46,8 @@
cost = 1000
contains = list(/obj/item/stock_parts/cell/high,
/obj/item/stock_parts/cell/high,
/obj/item/stock_parts/cell/high
/obj/item/stock_parts/cell/high
/obj/item/stock_parts/cell/high,
/obj/item/stock_parts/cell/high,
/obj/item/stock_parts/cell/high)
crate_name = "power cell crate"
crate_type = /obj/structure/closet/crate/engineering/electrical
Expand Down

0 comments on commit 819094b

Please sign in to comment.