From f2062f65322027e90762970bfd7659d4c1855d2f Mon Sep 17 00:00:00 2001 From: "candle :)" <68376391+CandleJaxx@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:51:00 -0500 Subject: [PATCH] lets roboticists wear mech suits in loadout (yeah its fucking modular i guess, its just a loadout addition) (#24476) Update loadout_datum_under.dm --- .../loadouts/loadout_items/under/loadout_datum_under.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modular_skyrat/modules/loadouts/loadout_items/under/loadout_datum_under.dm b/modular_skyrat/modules/loadouts/loadout_items/under/loadout_datum_under.dm index 2d2c3a20fae..2e4a0668b52 100644 --- a/modular_skyrat/modules/loadouts/loadout_items/under/loadout_datum_under.dm +++ b/modular_skyrat/modules/loadouts/loadout_items/under/loadout_datum_under.dm @@ -636,6 +636,10 @@ GLOBAL_LIST_INIT(loadout_miscunders, generate_loadout_items(/datum/loadout_item/ name = "Ethereal Tunic" item_path = /obj/item/clothing/under/ethereal_tunic +/datum/loadout_item/under/miscellaneous/mech_suit + name = "Mech Suit" + item_path = /obj/item/clothing/under/costume/mech_suit + restricted_roles = list(JOB_ROBOTICIST) /* * FORMAL UNDERSUITS