mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-06-28 00:34:22 +01:00
b3a0c9a975
- Also adds ABSTRACT and NODROP flags in preparation for removal of canremove and abstract vars. - Sorts some of the setup.dm flags so they're in order. - Replaces 'flags & 2' in policetape.dm with pass_flags & PASSTABLE, should have the same effect.
25 lines
612 B
Plaintext
25 lines
612 B
Plaintext
/obj/item/clothing/under/shorts
|
|
name = "athletic shorts"
|
|
desc = "95% Polyester, 5% Spandex!"
|
|
gender = PLURAL
|
|
body_parts_covered = LOWER_TORSO
|
|
|
|
/obj/item/clothing/under/shorts/red
|
|
icon_state = "redshorts"
|
|
_color = "redshorts"
|
|
|
|
/obj/item/clothing/under/shorts/green
|
|
icon_state = "greenshorts"
|
|
_color = "greenshorts"
|
|
|
|
/obj/item/clothing/under/shorts/blue
|
|
icon_state = "blueshorts"
|
|
_color = "blueshorts"
|
|
|
|
/obj/item/clothing/under/shorts/black
|
|
icon_state = "blackshorts"
|
|
_color = "blackshorts"
|
|
|
|
/obj/item/clothing/under/shorts/grey
|
|
icon_state = "greyshorts"
|
|
_color = "greyshorts" |