redoes corset utterly

This commit is contained in:
Aurorablade
2017-07-26 01:34:52 -04:00
parent 04d4244b90
commit d423ba9b7d
16 changed files with 32 additions and 12 deletions
@@ -145,6 +145,18 @@
display_name = "hoodie, black"
path = /obj/item/clothing/suit/hooded/hoodie
/datum/gear/suit/corset
display_name = "black corset"
path = /obj/item/clothing/suit/corset
/datum/gear/suit/corsetred
display_name = "red corset"
path = /obj/item/clothing/suit/corset/red
/datum/gear/suit/corsetblue
display_name = "blue corset"
path = /obj/item/clothing/suit/corset/blue
//SUITS!
/datum/gear/suit/blacksuit
@@ -224,6 +224,3 @@
display_name = "pants, camo"
path = /obj/item/clothing/under/pants/camo
/datum/gear/uniform/pants/corset
display_name = "black corset"
path = /obj/item/clothing/under/black_corset
@@ -966,3 +966,22 @@
name = "ladies red victorian coat"
icon_state = "ladiesredvictoriancoat"
item_state = "ladiesredvictoriancoat"
/obj/item/clothing/suit/corset
name = "black corset"
desc = "A black corset for those fancy nights out."
icon_state = "corset"
item_state = "corset"
body_parts_covered = UPPER_TORSO
/obj/item/clothing/suit/corset/red
name = "red corset"
desc = "A red corset those fancy nights out."
icon_state = "corset_red"
item_state = "corset_red"
/obj/item/clothing/suit/corset/blue
name = "blue corset"
desc = "A blue corset for those fancy nights out."
icon_state = "corset_blue"
item_state = "corset_blue"
+1 -9
View File
@@ -829,12 +829,4 @@
icon_state = "medicalgown"
item_state = "medicalgown"
item_color = "medicalgown"
body_parts_covered = UPPER_TORSO|LOWER_TORSO
/obj/item/clothing/under/black_corset
name = "black corset"
desc = "A black corset and skirt for those fancy nights out."
icon_state = "black_corset"
item_state = "black_corset"
item_color = "black_corset"
flags_size = ONESIZEFITSALL
body_parts_covered = UPPER_TORSO|LOWER_TORSO
Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 KiB

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 KiB

After

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 KiB

After

Width:  |  Height:  |  Size: 287 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 426 KiB

After

Width:  |  Height:  |  Size: 423 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 KiB

After

Width:  |  Height:  |  Size: 348 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 87 KiB