Files
ElorgRHG 2a2d0798b9 Pants (but mostly jeans) resprite (#21863)
pant.
How I forgot how pants should look like: the PR.

From the changelog:
> - imageadd: "Resprited all jeans, black pants and colorable dress
pants."
> - rscdel: "Removed tan, khaki, red, white pants due to the existance
of colorable dress pants. All maps and outfits where these were used now
use black pants (I did not want to put in the effort)."

Images, as always, in the details below.
Old (current) sprites on the top, new on the bottom unless stated
otherwise.
<img width="2560" height="1024" alt="jeans"
src="https://github.com/user-attachments/assets/9290ec78-638d-4c8a-871b-e74022188749"
/>
Do yell at me if these don't look like jeans. Also imagine these but
shorter, now you have jean shorts, which were also resprited.
2026-02-17 15:35:34 +00:00

143 lines
4.5 KiB
Plaintext

//
// Shorts
//
// Shorts Parent Item
/obj/item/clothing/pants/shorts
name = "shorts parent item"
desc = DESC_PARENT
body_parts_covered = LOWER_TORSO
icon = 'icons/obj/item/clothing/pants/shorts.dmi'
contained_sprite = TRUE
/********** Shorts Start **********/
// Shorts
/obj/item/clothing/pants/shorts/colourable
name = "shorts"
desc = "A pair of cotton shorts."
icon_state = "shorts_colourable"
item_state = "shorts_colourable"
/obj/item/clothing/pants/shorts/colourable/short
name = "short shorts"
desc = "A pair of cotton short shorts."
icon_state = "shorts_s_colourable"
item_state = "shorts_s_colourable"
/obj/item/clothing/pants/shorts/black
name = "black shorts"
desc = "For that island getaway. It's five o'clock somewhere, right?"
icon_state = "shorts_black"
item_state = "shorts_black"
/obj/item/clothing/pants/shorts/black/short
name = "black short shorts"
icon_state = "shorts_s_black"
item_state = "shorts_s_black"
/********** Shorts End **********/
/********** Jeans Shorts Start **********/
// Jeans Shorts
/obj/item/clothing/pants/shorts/jeans
name = "jeans shorts"
desc = "Some jeans! Just in short form!"
icon_state = "shorts_jeans"
item_state = "shorts_jeans"
/obj/item/clothing/pants/shorts/jeans/short
name = "jeans short shorts"
icon_state = "shorts_s_jeans"
item_state = "shorts_s_jeans"
/obj/item/clothing/pants/shorts/jeans/classic
name = "classic jeans shorts"
icon_state = "shorts_jeans_classic"
item_state = "shorts_jeans_classic"
/obj/item/clothing/pants/shorts/jeans/classic/short
name = "classic jeans short shorts"
icon_state = "shorts_s_jeans_classic"
item_state = "shorts_s_jeans_classic"
/obj/item/clothing/pants/shorts/jeans/mustang
name = "mustang jeans shorts"
icon_state = "shorts_jeans_mustang"
item_state = "shorts_jeans_mustang"
/obj/item/clothing/pants/shorts/jeans/mustang/short
name = "mustang jeans short shorts"
icon_state = "shorts_s_jeans_mustang"
item_state = "shorts_s_jeans_mustang"
/obj/item/clothing/pants/shorts/jeans/black
name = "black jeans shorts"
icon_state = "shorts_jeans_black"
item_state = "shorts_jeans_black"
/obj/item/clothing/pants/shorts/jeans/black/short
name = "black jeans short shorts"
icon_state = "shorts_s_jeans_black"
item_state = "shorts_s_jeans_black"
/obj/item/clothing/pants/shorts/jeans/grey
name = "grey jeans shorts"
icon_state = "shorts_jeans_grey"
item_state = "shorts_jeans_grey"
/obj/item/clothing/pants/shorts/jeans/grey/short
name = "grey jeans short shorts"
icon_state = "shorts_s_jeans_grey"
item_state = "shorts_s_jeans_grey"
/********** Jeans Shorts End **********/
/********** Athletic Shorts Start **********/
// Athletic Shorts
/obj/item/clothing/pants/shorts/athletic
name = "athletic shorts parent item"
desc = DESC_PARENT
/obj/item/clothing/pants/shorts/athletic/colourable
name = "athletic shorts"
desc = "A pair of athletic shorts."
icon_state = "shorts_athletic_colourable"
item_state = "shorts_athletic_colourable"
/obj/item/clothing/pants/shorts/athletic/black
name = "black athletic shorts"
desc = "A pair of black athletic shorts."
icon_state = "shorts_athletic_black"
item_state = "shorts_athletic_black"
/obj/item/clothing/pants/shorts/athletic/red
name = "red athletic shorts"
desc = "A pair of red athletic shorts."
icon_state = "shorts_athletic_red"
item_state = "shorts_athletic_red"
/obj/item/clothing/pants/shorts/athletic/green
name = "green athletic shorts"
desc = "A pair of green athletic shorts."
icon_state = "shorts_athletic_green"
item_state = "shorts_athletic_green"
/obj/item/clothing/pants/shorts/athletic/blue
name = "blue athletic shorts"
desc = "A pair of blue athletic shorts."
icon_state = "shorts_athletic_blue"
item_state = "shorts_athletic_blue"
/obj/item/clothing/pants/shorts/athletic/grey
name = "grey athletic shorts"
desc = "A pair of grey athletic shorts."
icon_state = "shorts_athletic_grey"
item_state = "shorts_athletic_grey"
/obj/item/clothing/pants/shorts/athletic/scc
name = "\improper Stellar Corporate Conglomerate athletic shorts"
desc = "Shorts displaying the wearer's pride in their assigned corporate entity."
desc_extended = "The Stellar Corporate Conglomerate, also known as the Chainlink, is a joint alliance between the NanoTrasen Corporation, Hephaestus Industries, Idris Incorporated, Zeng-Hu Pharmaceuticals, and Zavodskoi Interstellar to exercise an undisputed economic dominance over the Orion Spur."
icon_state = "shorts_athletic_scc"
item_state = "shorts_athletic_scc"
/********** Athletic Shorts End **********/