Skip to content

Commit

Permalink
Handheld Charger and MRE for Cargo. (#651)
Browse files Browse the repository at this point in the history
* Handheld Charger and MRE for Cargo.

* Update supplies.dm

Signed-off-by: Helg2 <[email protected]>

---------

Signed-off-by: Helg2 <[email protected]>
Co-authored-by: Helg2 <[email protected]>
  • Loading branch information
Dark-Umbrella and Helg2 authored Nov 18, 2024
1 parent e145025 commit a412ef7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/reqs/engineering.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
contains = list(/obj/item/stack/sheet/mineral/junk/large_stack)
cost = 300

/datum/supply_packs/engineering/handheld_charger
name = "handheld charger"
contains = list(/obj/item/tool/handheld_charger)
cost = 80

/datum/supply_packs/engineering/plasmacutter
name = "plasma cutter"
contains = list(/obj/item/tool/pickaxe/plasmacutter/)
Expand Down
18 changes: 18 additions & 0 deletions code/modules/reqs/supplies.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@
containertype = /obj/structure/closet/crate/operations
cost = 40

/datum/supply_packs/supplies/provision
name = "Emergency Provision Crate"
notes = "Contains 10 special TGMC MRE racions."
contains = list(
/obj/item/storage/box/MRE,
/obj/item/storage/box/MRE,
/obj/item/storage/box/MRE,
/obj/item/storage/box/MRE,
/obj/item/storage/box/MRE,
/obj/item/storage/box/MRE,
/obj/item/storage/box/MRE,
/obj/item/storage/box/MRE,
/obj/item/storage/box/MRE,
/obj/item/storage/box/MRE,
)
containertype = /obj/structure/closet/crate/operations
cost = 65

/datum/supply_packs/supplies/janitor
name = "assorted janitorial supplies"
contains = list(
Expand Down

0 comments on commit a412ef7

Please sign in to comment.