From ee18f1fc1cb966253fd9f2654cf22b946c0840cf Mon Sep 17 00:00:00 2001 From: JimKil3 <47290811+JimKil3@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:25:41 -0600 Subject: [PATCH] Fixes an issue with SUNS outfits (#2706) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About The Pull Request Title, the SUNS graduate outfit did not have the alt jumpsuit set to the alt jumpsuit ## Why It's Good For The Game Outfits working properly is good ## Changelog :cl: fix: Fixed a minor issue with SUNS outfits /🆑 --- code/modules/clothing/outfits/factions/syndicate.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/outfits/factions/syndicate.dm b/code/modules/clothing/outfits/factions/syndicate.dm index 62f46fb38848..d1f56e61b6fd 100644 --- a/code/modules/clothing/outfits/factions/syndicate.dm +++ b/code/modules/clothing/outfits/factions/syndicate.dm @@ -126,7 +126,7 @@ name = "Syndicate - Graduate (SUNS)" uniform = /obj/item/clothing/under/syndicate/suns/uniform3 - alt_uniform = /obj/item/clothing/under/syndicate/suns/uniform3 + alt_uniform = /obj/item/clothing/under/syndicate/suns/uniform3/alt //atmos techs