From ef6575b7923ebdc51082a52c99f4c7159031a811 Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Fri, 7 Jul 2023 07:51:07 -0500 Subject: [PATCH] Gives the syndicate hardsuits some origin tech (#21430) --- code/modules/clothing/spacesuits/hardsuit.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index bdb28676254..c106e1cdc26 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -431,6 +431,7 @@ icon_state = "hardsuit1-syndi" item_state = "syndie_hardsuit" item_color = "syndi" + origin_tech = "engineering=6;syndicate=4" w_class = WEIGHT_CLASS_NORMAL var/on = TRUE actions_types = list(/datum/action/item_action/toggle_hardsuit_mode)