diff --git a/code/modules/clothing/under/suit.dm b/code/modules/clothing/under/suit.dm index e798276542e..9ebee0602d9 100644 --- a/code/modules/clothing/under/suit.dm +++ b/code/modules/clothing/under/suit.dm @@ -5,7 +5,8 @@ "Human" = 'icons/mob/clothing/under/suit.dmi', "Vox" = 'icons/mob/clothing/species/vox/under/suit.dmi', "Drask" = 'icons/mob/clothing/species/drask/under/suit.dmi', - "Grey" = 'icons/mob/clothing/species/grey/under/suit.dmi' + "Grey" = 'icons/mob/clothing/species/grey/under/suit.dmi', + "Kidan" = 'icons/mob/clothing/species/kidan/under/suit.dmi' ) /obj/item/clothing/under/suit/black diff --git a/icons/mob/clothing/species/kidan/under/suit.dmi b/icons/mob/clothing/species/kidan/under/suit.dmi new file mode 100644 index 00000000000..c5f9002995e Binary files /dev/null and b/icons/mob/clothing/species/kidan/under/suit.dmi differ