Skip to content

Commit

Permalink
Adds corpsman satchel and backpack to cargo. (#234)
Browse files Browse the repository at this point in the history
* Update clothing.dm

* Update clothing.dm
  • Loading branch information
Helg2 authored Sep 8, 2024
1 parent 157868e commit 76eea85
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/modules/reqs/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@
contains = list(/obj/item/storage/backpack/marine/tech)
cost = 50

/datum/supply_packs/clothing/corpsman_satchel
name = "TGMC corpsman satchel"
contains = list(/obj/item/storage/backpack/marine/corpsman/satchel)
cost = 75

/datum/supply_packs/clothing/corpsman_backpack
name = "TGMC corpsman backpack"
contains = list(/obj/item/storage/backpack/marine/corpsman)
cost = 125 // higher price because it has a better cell

/datum/supply_packs/clothing/officer_outfits
name = "officer outfits"
contains = list(
Expand Down

0 comments on commit 76eea85

Please sign in to comment.