new outfit - Revealing office uniform

This commit is contained in:
quotefox
2022-04-28 14:34:38 +01:00
parent 4061e4de2b
commit 2a3c4d77fd
6 changed files with 20 additions and 1 deletions
+1
View File
@@ -111,6 +111,7 @@
/obj/item/clothing/suit/toggle/jacket_white = 3,
/obj/item/clothing/suit/jacket/letterman_red = 3,
/obj/item/clothing/suit/fluffyhalfcrop = 3,
/obj/item/clothing/under/officesexy = 3,
/obj/item/clothing/ears/headphones = 10,
/obj/item/clothing/suit/apron/purple_bartender = 4,
/obj/item/clothing/under/rank/bartender/purple = 4,
+13 -1
View File
@@ -137,4 +137,16 @@ obj/item/clothing/neck/stole/black
icon_state = "raccveralls"
alternate_worn_icon = 'hyperstation/icons/mobs/uniforms.dmi'
item_state = "raccveralls"
can_adjust = FALSE
can_adjust = FALSE
/obj/item/clothing/under/officesexy
name = "Revealing office uniform"
desc = "A sexy office uniform, that has a low cropped front to show off some chest, or bra. And a tall dress that covers the stomach, complete with a set of buttons."
icon = 'hyperstation/icons/obj/clothing/uniforms.dmi'
icon_state = "office_revealing"
alternate_worn_icon = 'hyperstation/icons/mobs/uniforms.dmi'
item_state = "office_revealing"
can_adjust = FALSE
mutantrace_variation = NO_MUTANTRACE_VARIATION
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -529,4 +529,10 @@
name = "form fitting overalls"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/raccveralls
cost = 1
/datum/gear/sexyoffice
name = "Revealing office uniform"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/officesexy
cost = 1