diff --git a/code/modules/clothing/sets/captain.dm b/code/modules/clothing/sets/captain.dm index 9c3a806ba42..a7721e1cc25 100644 --- a/code/modules/clothing/sets/captain.dm +++ b/code/modules/clothing/sets/captain.dm @@ -159,6 +159,15 @@ desc = "Super comfortable white shoes, capable of keeping you on your feet during any station-wide disaster." icon = 'icons/clothing/kit/captain_white.dmi' +/obj/item/clothing/under/rank/captain/white_dress + name = "captain's white dress" + desc = "The white variant of feminine fashion for the style conscious captain." + icon = 'icons/clothing/kit/captain_white.dmi' + icon_state = "uniform_fem" + item_state = "uniform_fem" + worn_state = "uniform_fem" + is_open = -1 + /obj/item/storage/briefcase/nt/captain_white name = "captain white uniform briefcase" desc = "An NT-branded briefcase containing various pieces of the captain's white uniform, for use when wine spillage is unlikely." @@ -167,7 +176,8 @@ /obj/item/clothing/head/caphat/cap/white = 1, /obj/item/clothing/under/rank/captain/white = 1, /obj/item/clothing/gloves/captain/white = 1, - /obj/item/clothing/shoes/captain/white = 1 + /obj/item/clothing/shoes/captain/white = 1, + /obj/item/clothing/under/rank/captain/white_dress = 1 ) // Formal diff --git a/html/changelogs/changelog-averys-hell.yml b/html/changelogs/changelog-averys-hell.yml new file mode 100644 index 00000000000..028e5fb8626 --- /dev/null +++ b/html/changelogs/changelog-averys-hell.yml @@ -0,0 +1,6 @@ +author: readthisnameplz + +delete-after: True + +changes: + - rscadd: "Added a white version of the Captains dress." \ No newline at end of file diff --git a/icons/clothing/kit/captain_white.dmi b/icons/clothing/kit/captain_white.dmi index 72b83c1b1fd..cfe871238e1 100644 Binary files a/icons/clothing/kit/captain_white.dmi and b/icons/clothing/kit/captain_white.dmi differ