mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Adds a white Captain's dress (#13084)
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user