Adds a white Captain's dress (#13084)

This commit is contained in:
Avery Marie
2022-02-09 18:07:49 +01:00
committed by GitHub
parent 1f74037a11
commit b79795b488
3 changed files with 17 additions and 1 deletions
+11 -1
View File
@@ -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
@@ -0,0 +1,6 @@
author: readthisnameplz
delete-after: True
changes:
- rscadd: "Added a white version of the Captains dress."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB