Skip to content

Commit

Permalink
increases marine armor prices (#3781)
Browse files Browse the repository at this point in the history
🆑
balance: medium marine armor now costs 3k at da outpost.
/🆑
  • Loading branch information
Erikafox authored Nov 19, 2024
1 parent dc656ad commit 12a8c2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/cargo/packs/spacesuit_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@

/datum/supply_pack/spacesuit_armor/marine_armor
name = "Tactical Armor Crate"
desc = "One set of well-rounded, tactical body armor. The set includes a helmet and vest."
desc = "One set of well-rounded tactical armor. While it does not protect the limbs, the vest is fairly durable. The set includes a helmet and vest."
cost = 1500
contains = list(/obj/item/clothing/suit/armor/vest/marine,
/obj/item/clothing/head/helmet/marine)
Expand All @@ -147,8 +147,8 @@

/datum/supply_pack/spacesuit_armor/medium_marine_armor
name = "Medium Tactical Armor Crate"
desc = "One set of well-rounded medium tactical body armor. The set includes a helmet and vest."
cost = 2000
desc = "One set of well-rounded medium tactical body armor. Plates are attached to the vest and cover the limbs. The set includes a helmet and chestpiece."
cost = 3000
contains = list(/obj/item/clothing/suit/armor/vest/marine/medium,
/obj/item/clothing/head/helmet/marine)
crate_name = "armor crate"
Expand Down

0 comments on commit 12a8c2c

Please sign in to comment.