diff --git a/code/modules/clothing/under/pants.dm b/code/modules/clothing/under/pants.dm index 6f622e10ea4..c65d7da32dc 100644 --- a/code/modules/clothing/under/pants.dm +++ b/code/modules/clothing/under/pants.dm @@ -8,7 +8,8 @@ "Human" = 'icons/mob/clothing/under/pants.dmi', "Vox" = 'icons/mob/clothing/species/vox/under/pants.dmi', "Drask" = 'icons/mob/clothing/species/drask/under/pants.dmi', - "Grey" = 'icons/mob/clothing/species/grey/under/pants.dmi' + "Grey" = 'icons/mob/clothing/species/grey/under/pants.dmi', + "Kidan" = 'icons/mob/clothing/species/kidan/under/pants.dmi' ) diff --git a/icons/mob/clothing/species/kidan/under/pants.dmi b/icons/mob/clothing/species/kidan/under/pants.dmi new file mode 100644 index 00000000000..072739a4469 Binary files /dev/null and b/icons/mob/clothing/species/kidan/under/pants.dmi differ