diff --git a/code/modules/clothing/under/misc_jumpsuits.dm b/code/modules/clothing/under/misc_jumpsuits.dm index a4502f7d6c3..f5e52b49fad 100644 --- a/code/modules/clothing/under/misc_jumpsuits.dm +++ b/code/modules/clothing/under/misc_jumpsuits.dm @@ -144,6 +144,42 @@ desc = "An oldfashioned red swimsuit." icon_state = "swim_red" +/obj/item/clothing/under/misc/wetsuit + name = "abstract wetsuit" + desc = ABSTRACT_TYPE_DESC + sprite_sheets = list( + "Drask" = 'icons/mob/clothing/species/drask/under/misc.dmi', + "Grey" = 'icons/mob/clothing/species/grey/under/misc.dmi', + "Kidan" = 'icons/mob/clothing/species/kidan/under/misc.dmi', + "Vox" = 'icons/mob/clothing/species/vox/under/misc.dmi', + "Skkulakin" = 'icons/mob/clothing/species/skkulakin/under/misc.dmi' + ) + +/obj/item/clothing/under/misc/wetsuit/green + name = "white and green wetsuit" + desc = "A white and green wetsuit with cropped legs and long sleeves." + icon_state = "wetsuit_green" + +/obj/item/clothing/under/misc/wetsuit/gold + name = "black and gold wetsuit" + desc = "A black and gold wetsuit with cropped legs and short sleeves." + icon_state = "wetsuit_gold" + +/obj/item/clothing/under/misc/wetsuit/pink + name = "navy and pink wetsuit" + desc = "A navy and pink wetsuit with short legs and long sleeves." + icon_state = "wetsuit_pink" + +/obj/item/clothing/under/misc/wetsuit/purple + name = "black and purple wetsuit" + desc = "A black and purple wetsuit with long legs and long sleeves." + icon_state = "wetsuit_purple" + +/obj/item/clothing/under/misc/wetsuit/orange + name = "orange and blue wetsuit" + desc = "An orange and blue wetsuit with long legs and no sleeves." + icon_state = "wetsuit_orange" + /obj/item/clothing/under/misc/acj name = "administrative cybernetic jumpsuit" desc = "it's a cybernetically enhanced jumpsuit used for administrative duties." diff --git a/icons/mob/clothing/species/drask/under/misc.dmi b/icons/mob/clothing/species/drask/under/misc.dmi index 23fc57fd006..a851bc50887 100644 Binary files a/icons/mob/clothing/species/drask/under/misc.dmi and b/icons/mob/clothing/species/drask/under/misc.dmi differ diff --git a/icons/mob/clothing/species/grey/under/misc.dmi b/icons/mob/clothing/species/grey/under/misc.dmi index 5e353f1f292..4da9dd961f2 100644 Binary files a/icons/mob/clothing/species/grey/under/misc.dmi and b/icons/mob/clothing/species/grey/under/misc.dmi differ diff --git a/icons/mob/clothing/species/kidan/under/misc.dmi b/icons/mob/clothing/species/kidan/under/misc.dmi index 44c6f7c00ce..8ae128cbab1 100644 Binary files a/icons/mob/clothing/species/kidan/under/misc.dmi and b/icons/mob/clothing/species/kidan/under/misc.dmi differ diff --git a/icons/mob/clothing/species/skkulakin/under/misc.dmi b/icons/mob/clothing/species/skkulakin/under/misc.dmi index 9b6e97fcfcd..8c14c01b6ae 100644 Binary files a/icons/mob/clothing/species/skkulakin/under/misc.dmi and b/icons/mob/clothing/species/skkulakin/under/misc.dmi differ diff --git a/icons/mob/clothing/species/vox/under/misc.dmi b/icons/mob/clothing/species/vox/under/misc.dmi index d8d1cd4b208..7ffdb8b2797 100644 Binary files a/icons/mob/clothing/species/vox/under/misc.dmi and b/icons/mob/clothing/species/vox/under/misc.dmi differ diff --git a/icons/mob/clothing/under/misc.dmi b/icons/mob/clothing/under/misc.dmi index a7c28d1561a..97ce2b1539f 100644 Binary files a/icons/mob/clothing/under/misc.dmi and b/icons/mob/clothing/under/misc.dmi differ diff --git a/icons/obj/clothing/under/misc.dmi b/icons/obj/clothing/under/misc.dmi index 829bd86e699..8f3e8ff2d9e 100644 Binary files a/icons/obj/clothing/under/misc.dmi and b/icons/obj/clothing/under/misc.dmi differ