all the bits (#29130)

This commit is contained in:
Christasmurf
2025-05-04 03:46:44 +00:00
committed by GitHub
parent 2207b16657
commit dde810d7bf
16 changed files with 31 additions and 2 deletions
@@ -30,6 +30,7 @@
/obj/item/storage/bag/garment/captain/populate_contents()
new /obj/item/clothing/head/caphat(src)
new /obj/item/clothing/head/caphat/parade(src)
new /obj/item/clothing/head/caphat/parade/white(src)
new /obj/item/clothing/head/beret/captain(src)
new /obj/item/clothing/head/beret/captain/white(src)
new /obj/item/clothing/head/crown/fancy(src)
@@ -41,6 +42,9 @@
new /obj/item/clothing/suit/armor/vest/capcarapace/coat/white(src)
new /obj/item/clothing/neck/cloak/captain_mantle(src)
new /obj/item/clothing/under/rank/captain(src)
new /obj/item/clothing/under/rank/captain/skirt(src)
new /obj/item/clothing/under/rank/captain/white(src)
new /obj/item/clothing/under/rank/captain/skirt/white(src)
new /obj/item/clothing/under/rank/captain/parade(src)
new /obj/item/clothing/under/rank/captain/dress(src)
new /obj/item/clothing/gloves/color/captain(src)
@@ -320,6 +320,11 @@
path = /obj/item/clothing/under/rank/civilian/hop/skirt
allowed_roles = list("Head of Personnel")
/datum/gear/uniform/skirt/captain
display_name = "Skirt, captain"
path = /obj/item/clothing/under/rank/captain/skirt
allowed_roles = list("Captain")
/datum/gear/uniform/skirt/job/magistrate
display_name = "Skirt, magistrate"
path = /obj/item/clothing/under/rank/procedure/magistrate/skirt
+5 -1
View File
@@ -27,12 +27,16 @@
"Vox" = 'icons/mob/clothing/species/vox/head.dmi',
"Drask" = 'icons/mob/clothing/species/drask/head.dmi',
"Grey" = 'icons/mob/clothing/species/grey/head.dmi',
"Kidan" = 'icons/mob/clothing/species/kidan/head.dmi'
)
/obj/item/clothing/head/caphat/parade
name = "captain's parade cap"
desc = "Worn only by Captains with an abundance of class."
icon_state = "captain_cap"
icon_state = "captain_capblue"
/obj/item/clothing/head/caphat/parade/white
icon_state = "captain_capwhite"
//Head of Personnel
/obj/item/clothing/head/hop
+17 -1
View File
@@ -1,6 +1,6 @@
/obj/item/clothing/under/rank/captain
name = "captain's jumpsuit"
desc = "It's a blue jumpsuit with some gold markings denoting the rank of \"Captain\"."
desc = "It's a blue dress shirt and black slacks with some gold markings denoting the rank of \"Captain\"."
icon = 'icons/obj/clothing/under/captain.dmi'
icon_state = "captain"
item_state = "caparmor"
@@ -14,6 +14,22 @@
"Kidan" = 'icons/mob/clothing/species/kidan/under/captain.dmi',
)
/obj/item/clothing/under/rank/captain/skirt
name = "captain's jumpskirt"
desc = "It's a blue dress shirt and black skirt with some gold markings denoting the rank of \"Captain\"."
icon_state = "captain_skirt"
item_color = "captain_skirt"
/obj/item/clothing/under/rank/captain/white
desc = "It's a white dress shirt and black slacks with some gold markings denoting the rank of \"Captain\"."
icon_state = "captain_white"
item_color = "captain_white"
/obj/item/clothing/under/rank/captain/skirt/white
desc = "It's a white dress shirt and black skirt with some gold markings denoting the rank of \"Captain\"."
icon_state = "captain_skirt_white"
item_color = "captain_skirt_white"
/obj/item/clothing/under/rank/captain/dress
name = "captain's dress"
desc = "Feminine fashion for the style conscious captain."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 KiB

After

Width:  |  Height:  |  Size: 255 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 906 B

After

Width:  |  Height:  |  Size: 1.2 KiB