mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 04:32:42 +00:00
32 lines
824 B
Plaintext
32 lines
824 B
Plaintext
/obj/item/clothing/under/shorts
|
|
name = "athletic shorts"
|
|
desc = "95% Polyester, 5% Spandex!"
|
|
gender = PLURAL
|
|
flags = FPRINT | TABLEPASS
|
|
body_parts_covered = LOWER_TORSO
|
|
|
|
/obj/item/clothing/under/shorts/red
|
|
name = "red athletic shorts"
|
|
icon_state = "redshorts"
|
|
item_color = "redshorts"
|
|
|
|
/obj/item/clothing/under/shorts/green
|
|
name = "green athletic shorts"
|
|
icon_state = "greenshorts"
|
|
item_color = "greenshorts"
|
|
|
|
/obj/item/clothing/under/shorts/blue
|
|
name = "blue athletic shorts"
|
|
icon_state = "blueshorts"
|
|
item_color = "blueshorts"
|
|
|
|
/obj/item/clothing/under/shorts/black
|
|
name = "black athletic shorts"
|
|
icon_state = "blackshorts"
|
|
item_color = "blackshorts"
|
|
|
|
/obj/item/clothing/under/shorts/grey
|
|
name = "grey athletic shorts"
|
|
icon_state = "greyshorts"
|
|
item_color = "greyshorts"
|