Skip to content

Commit

Permalink
fixes the pr that got merged without review (#3762)
Browse files Browse the repository at this point in the history
🆑
fix: marine crate path + price
/🆑
  • Loading branch information
Erikafox authored Nov 15, 2024
1 parent b69c27c commit 270f002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/cargo/packs/spacesuit_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@
crate_name = "armor crate"
crate_type = /obj/structure/closet/crate/secure/plasma

/datum/supply_pack/spacesuit_armor/marine_armor
/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 = 1500
cost = 2000
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 270f002

Please sign in to comment.