Clothes! (And rats)
@@ -20,4 +20,8 @@
|
||||
/datum/gear/mask/sterile
|
||||
display_name = "sterile mask"
|
||||
path = /obj/item/clothing/mask/surgical
|
||||
cost = 2
|
||||
cost = 2
|
||||
|
||||
/datum/gear/mask/veil
|
||||
display_name = "black veil"
|
||||
path = /obj/item/clothing/mask/veil
|
||||
@@ -556,4 +556,28 @@
|
||||
|
||||
/datum/gear/uniform/haltertop
|
||||
display_name = "halter top"
|
||||
path = /obj/item/clothing/under/haltertop
|
||||
path = /obj/item/clothing/under/haltertop
|
||||
|
||||
/datum/gear/uniform/revealingdress
|
||||
display_name = "revealing dress"
|
||||
path = /obj/item/clothing/under/dress/revealingdress
|
||||
|
||||
/datum/gear/uniform/rippedpunk
|
||||
display_name = "ripped punk jeans"
|
||||
path = /obj/item/clothing/under/rippedpunk
|
||||
|
||||
/datum/gear/uniform/gothic
|
||||
display_name = "gothic dress"
|
||||
path = /obj/item/clothing/under/dress/gothic
|
||||
|
||||
/datum/gear/uniform/formalred
|
||||
display_name = "formal red dress"
|
||||
path = /obj/item/clothing/under/dress/formalred
|
||||
|
||||
/datum/gear/uniform/pentagram
|
||||
display_name = "pentagram dress"
|
||||
path = /obj/item/clothing/under/dress/pentagram
|
||||
|
||||
/datum/gear/uniform/yellowswoop
|
||||
display_name = "yellow swooped dress"
|
||||
path = /obj/item/clothing/under/dress/yellowswoop
|
||||
@@ -288,3 +288,10 @@
|
||||
desc = "A fine black bandana with nanotech lining and a skull emblem. Can be worn on the head or face."
|
||||
icon_state = "bandskull"
|
||||
item_state_slots = list(slot_r_hand_str = "bandskull", slot_l_hand_str = "bandskull")
|
||||
|
||||
/obj/item/clothing/mask/veil
|
||||
name = "black veil"
|
||||
desc = "A black veil, typically worn at funerals or by goths."
|
||||
w_class = ITEMSIZE_TINY
|
||||
body_parts_covered = FACE
|
||||
icon_state = "veil"
|
||||
@@ -535,6 +535,37 @@
|
||||
desc = "A red and white dress themed after some winter holidays. Tastefully festive!"
|
||||
icon_state = "festivedress"
|
||||
|
||||
/obj/item/clothing/under/dress/revealingdress
|
||||
name = "revealing dress"
|
||||
desc = "A very revealing black and blue dress. Is this work appropriate?"
|
||||
icon_state = "revealingdress"
|
||||
index = 1
|
||||
|
||||
/obj/item/clothing/under/dress/gothic
|
||||
name = "gothic dress"
|
||||
desc = "A black dress with a sheer mesh over it, tastefully old school goth."
|
||||
icon_state = "gothic"
|
||||
index = 1
|
||||
|
||||
/obj/item/clothing/under/dress/formalred
|
||||
name = "formal red dress"
|
||||
desc = "A very formal red dress, for those fancy galas."
|
||||
icon_state = "formalred"
|
||||
flags_inv = HIDESHOES
|
||||
index = 1
|
||||
|
||||
/obj/item/clothing/under/dress/pentagram
|
||||
name = "pentagram dress"
|
||||
desc = "A black dress with straps over the chest in the shape of a pentagram."
|
||||
icon_state = "pentagram"
|
||||
index = 1
|
||||
|
||||
obj/item/clothing/under/dress/yellowswoop
|
||||
name = "yellow swooped dress"
|
||||
desc = "A yellow dress that swoops to the side."
|
||||
icon_state = "yellowswoop"
|
||||
index = 1
|
||||
|
||||
/*
|
||||
* wedding stuff
|
||||
*/
|
||||
@@ -767,6 +798,12 @@ Uniforms and such
|
||||
desc = "Jean shorts and a black halter top. Perfect for casual Fridays!"
|
||||
icon_state = "haltertop"
|
||||
|
||||
/obj/item/clothing/under/rippedpunk
|
||||
name = "ripped punk jeans"
|
||||
desc = "Black ripped jeans and a fishnet top. How punk."
|
||||
icon_state = "rippedpunk"
|
||||
index = 1
|
||||
|
||||
/*
|
||||
* swimsuit
|
||||
*/
|
||||
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 20 KiB |