Files
Paradise/code/modules/clothing/under/shorts.dm
T
DZD b3a0c9a975 Removes TABLEPASS and FPRINT flags
- 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.
2015-02-10 17:41:37 -05:00

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"