Skip to content

Commit

Permalink
Changes names of armor modules in req buylist (#13986)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisemonster authored Sep 20, 2023
1 parent 19b5158 commit 04202ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/modules/reqs/supplypacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ ARMOR
available_against_xeno_only = TRUE

/datum/supply_packs/armor/modular/attachments/mixed
name = "Jaeger experimental mark 2 modules"
name = "Experimental mark 2 modules"
contains = list(
/obj/item/armor_module/module/valkyrie_autodoc,
/obj/item/armor_module/module/fire_proof,
Expand All @@ -1011,37 +1011,37 @@ ARMOR
cost = 400

/datum/supply_packs/armor/modular/attachments/valkyrie_autodoc
name = "Jaeger Valkyrie autodoc module"
name = "Valkyrie autodoc armor module"
contains = list(
/obj/item/armor_module/module/valkyrie_autodoc,
)
cost = 120

/datum/supply_packs/armor/modular/attachments/fire_proof
name = "Jaeger Surt fireproof module"
name = "Surt fireproof module set"
contains = list(
/obj/item/armor_module/module/fire_proof,
/obj/item/armor_module/module/fire_proof_helmet,
)
cost = 120

/datum/supply_packs/armor/modular/attachments/tyr_extra_armor
name = "Jaeger Tyr mark 2 module"
name = "Tyr mark 2 armor module"
contains = list(
/obj/item/armor_module/module/tyr_extra_armor,
)
cost = 120

/datum/supply_packs/armor/modular/attachments/mimir_environment_protection
name = "Jaeger Mimir Mark 2 module set"
name = "Mimir Mark 2 module set"
contains = list(
/obj/item/armor_module/module/mimir_environment_protection/mimir_helmet,
/obj/item/armor_module/module/mimir_environment_protection,
)
cost = 150

/datum/supply_packs/armor/modular/attachments/hlin_bombimmune
name = "Jaeger Hlin module"
name = "Hlin armor module"
contains = list(/obj/item/armor_module/module/hlin_explosive_armor)
cost = 120

Expand Down

0 comments on commit 04202ad

Please sign in to comment.