Skip to content

Commit

Permalink
modified: code/__DEFINES/loadout.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Istrelok2107 committed Dec 6, 2024
1 parent 00ecce2 commit eb2804d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/__DEFINES/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ GLOBAL_LIST_INIT(leader_gear_listed_products, list(
/obj/item/implanter/implantator/codex/medical = list(CAT_LEDSUP, "Medtech implanter", 45, "cyan2"),
/obj/item/implanter/implantator/codex/engineer = list(CAT_LEDSUP, "Construction support system implanter", 40, "cyan2"),
/obj/item/implanter/implantator/oper_system/leadership = list(CAT_LEDSUP, "Command protocols 'Graiyor' codex loader", 20, "cyan2"),
/obj/item/implanter/implantator/oper_system/leadership/delux = list(CAT_LEDSUP, "Command DELUXE protocols 'Graiyor' codex loader", 45, "cyan2"),
/obj/item/implanter/implantator/oper_system/leadership/delux = list(CAT_LEDSUP, "ComDELUXE protocols 'Graiyor' codex loader", 45, "cyan2"),
/obj/item/armor_module/module/valkyrie_autodoc = list(CAT_LEDSUP, "Valkyrie Automedical Armor System", 25,"white"),
/obj/effect/vendor_bundle/tyr/two = list(CAT_LEDSUP, "Tyr 2 extra armor set", 25,"white"),
/obj/effect/vendor_bundle/mimir/two = list(CAT_LEDSUP, "Mimir 2 extra armor set", 25,"white"),
Expand Down Expand Up @@ -281,7 +281,7 @@ GLOBAL_LIST_INIT(commander_gear_listed_products, list(
/obj/item/implanter/implantator/codex/medical = list(CAT_FCSUP, "Medtech implanter", 30, "cyan2"),
/obj/item/implanter/implantator/codex/surgery = list(CAT_FCSUP, "Surgery assisting system implanter", 30, "cyan2"),
/obj/item/implanter/implantator/codex/engineer = list(CAT_FCSUP, "Construction support system implanter", 25, "cyan2"),
/obj/item/implanter/implantator/oper_system/leadership/delux = list(CAT_FCSUP, "Delux command protocols 'Graiyor' codex loader", 40, "cyan2"),
/obj/item/implanter/implantator/oper_system/leadership/delux = list(CAT_FCSUP, "ComDELUXE protocols 'Graiyor' codex loader", 40, "cyan2"),
/obj/item/beacon/supply_beacon = list(CAT_FCSUP, "Supply beacon", 5, "blue"),
/obj/item/beacon/orbital_bombardment_beacon = list(CAT_FCSUP, "Orbital beacon", 5, "blue"),
/obj/item/fulton_extraction_pack = list(CAT_FCSUP, "Fulton Extraction Pack", 5, "blue"),
Expand Down

0 comments on commit eb2804d

Please sign in to comment.