mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] underwear & clothing sprite fixes + edits (#7408)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
This commit is contained in:
@@ -291,9 +291,20 @@
|
|||||||
display_name = "jumpsuit, circuitry (empty)"
|
display_name = "jumpsuit, circuitry (empty)"
|
||||||
path = /obj/item/clothing/under/circuitry
|
path = /obj/item/clothing/under/circuitry
|
||||||
|
|
||||||
/datum/gear/uniform/sleekoverall
|
/datum/gear/uniform/overalls
|
||||||
display_name = "sleek overalls"
|
display_name = "overalls selection"
|
||||||
path = /obj/item/clothing/under/overalls/sleek
|
path = /obj/item/clothing/under/overalls
|
||||||
|
|
||||||
|
/datum/gear/uniform/overalls/New()
|
||||||
|
..()
|
||||||
|
var/list/overalls = list(
|
||||||
|
"Laborer's Overalls" = /obj/item/clothing/under/overalls,
|
||||||
|
"Sleek Overalls" = /obj/item/clothing/under/overalls/sleek,
|
||||||
|
"Workman Overalls" = /obj/item/clothing/under/overalls/service,
|
||||||
|
"Frontier Overalls" = /obj/item/clothing/under/overalls/frontier,
|
||||||
|
"Rustler Overalls" = /obj/item/clothing/under/overalls/rustler
|
||||||
|
)
|
||||||
|
gear_tweaks += new/datum/gear_tweak/path(overalls)
|
||||||
|
|
||||||
/datum/gear/uniform/sarired
|
/datum/gear/uniform/sarired
|
||||||
display_name = "sari, red"
|
display_name = "sari, red"
|
||||||
|
|||||||
@@ -241,6 +241,25 @@
|
|||||||
icon_state = "overalls_sleek"
|
icon_state = "overalls_sleek"
|
||||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS
|
||||||
|
|
||||||
|
/obj/item/clothing/under/overalls/service
|
||||||
|
name = "workman overalls"
|
||||||
|
desc = "The very image of a working man. Not that you're probably doing work."
|
||||||
|
icon_state = "mechanic_over"
|
||||||
|
item_state_slots = list(slot_r_hand_str = "cargo", slot_l_hand_str = "cargo")
|
||||||
|
rolled_sleeves = 0
|
||||||
|
|
||||||
|
/obj/item/clothing/under/overalls/frontier
|
||||||
|
name = "frontier overalls"
|
||||||
|
desc = "Simple denim overalls. A popular style among frontier colonists, when paired with a flannel."
|
||||||
|
icon_state = "frontier_over"
|
||||||
|
worn_state = "frontier_over"
|
||||||
|
|
||||||
|
/obj/item/clothing/under/overalls/rustler
|
||||||
|
name = "rustler overalls"
|
||||||
|
desc = "A rugged pair of overalls for rustling cattle out on the frontier."
|
||||||
|
icon_state = "rustler_over"
|
||||||
|
worn_state = "rustler_over"
|
||||||
|
|
||||||
/obj/item/clothing/under/pirate
|
/obj/item/clothing/under/pirate
|
||||||
name = "pirate outfit"
|
name = "pirate outfit"
|
||||||
desc = "Yarr."
|
desc = "Yarr."
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 193 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
Reference in New Issue
Block a user