Adds 4 new clothing sprites & puts them in the loadout.
Peacoats: Requested. Black corset/skirt combo: Requested. Flower dress: First ss13 sprite I made, threw it in. Red swept dress: A new, nicer red dress.
@@ -383,4 +383,12 @@
|
|||||||
|
|
||||||
/datum/gear/suit/miscellaneous/med_dep_jacket
|
/datum/gear/suit/miscellaneous/med_dep_jacket
|
||||||
display_name = "department jacket, medical"
|
display_name = "department jacket, medical"
|
||||||
path = /obj/item/clothing/suit/storage/toggle/med_dep_jacket
|
path = /obj/item/clothing/suit/storage/toggle/med_dep_jacket
|
||||||
|
|
||||||
|
/datum/gear/suit/miscellaneous/peacoat
|
||||||
|
display_name = "peacoat"
|
||||||
|
path = /obj/item/clothing/suit/storage/toggle/peacoat
|
||||||
|
|
||||||
|
/datum/gear/suit/miscellaneous/peacoat/New()
|
||||||
|
..()
|
||||||
|
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||||
@@ -446,4 +446,16 @@
|
|||||||
|
|
||||||
/datum/gear/uniform/yogapants/New()
|
/datum/gear/uniform/yogapants/New()
|
||||||
..()
|
..()
|
||||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||||
|
|
||||||
|
/datum/gear/uniform/black_corset
|
||||||
|
display_name = "black corset"
|
||||||
|
path = /obj/item/clothing/under/dress/black_corset
|
||||||
|
|
||||||
|
/datum/gear/uniform/flower_dress
|
||||||
|
display_name = "flower dress"
|
||||||
|
path = /obj/item/clothing/under/dress/flower_dress
|
||||||
|
|
||||||
|
/datum/gear/uniform/red_swept_dress
|
||||||
|
display_name = "red swept dress"
|
||||||
|
path = /obj/item/clothing/under/dress/red_swept_dress
|
||||||
@@ -340,6 +340,12 @@ obj/item/clothing/suit/kimono
|
|||||||
item_state_slots = list(slot_r_hand_str = "leather_jacket", slot_l_hand_str = "leather_jacket")
|
item_state_slots = list(slot_r_hand_str = "leather_jacket", slot_l_hand_str = "leather_jacket")
|
||||||
flags_inv = HIDEHOLSTER
|
flags_inv = HIDEHOLSTER
|
||||||
|
|
||||||
|
obj/item/clothing/suit/storage/toggle/peacoat
|
||||||
|
name = "peacoat"
|
||||||
|
desc = "A well-tailored, stylish peacoat."
|
||||||
|
icon_state = "peacoat"
|
||||||
|
item_state_slots = list(slot_r_hand_str = "peacoat", slot_l_hand_str = "peacoat")
|
||||||
|
flags_inv = HIDEHOLSTER
|
||||||
/*
|
/*
|
||||||
* stripper
|
* stripper
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -374,6 +374,21 @@
|
|||||||
icon_state = "huresource"
|
icon_state = "huresource"
|
||||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
|
||||||
|
|
||||||
|
/obj/item/clothing/under/dress/black_corset
|
||||||
|
name = "black corset"
|
||||||
|
desc = "A black corset and skirt for those fancy nights out."
|
||||||
|
icon_state = "black_corset"
|
||||||
|
|
||||||
|
/obj/item/clothing/under/dress/flower_dress
|
||||||
|
name = "flower dress"
|
||||||
|
desc = "A beautiful dress with a skirt of flowers."
|
||||||
|
icon_state = "flower_dress"
|
||||||
|
|
||||||
|
/obj/item/clothing/under/dress/red_swept_dress
|
||||||
|
name = "red swept dress"
|
||||||
|
desc = "A red dress that sweeps to the side."
|
||||||
|
icon_state = "red_swept_dress"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* wedding stuff
|
* wedding stuff
|
||||||
*/
|
*/
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 424 KiB After Width: | Height: | Size: 457 KiB |
|
Before Width: | Height: | Size: 350 KiB After Width: | Height: | Size: 353 KiB |
|
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 161 KiB |
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 101 KiB |