Adds purple shorts.

This commit is contained in:
TZK13
2015-02-04 01:23:58 -06:00
parent 7dd1d73975
commit 01bf5b343f
4 changed files with 6 additions and 1 deletions
@@ -6,6 +6,7 @@
/obj/structure/closet/athletic_mixed/New()
..()
new /obj/item/clothing/under/shorts/purple(src)
new /obj/item/clothing/under/shorts/grey(src)
new /obj/item/clothing/under/shorts/black(src)
new /obj/item/clothing/under/shorts/red(src)
+5 -1
View File
@@ -24,4 +24,8 @@
/obj/item/clothing/under/shorts/grey
icon_state = "greyshorts"
item_color = "greyshorts"
item_color = "greyshorts"
/obj/item/clothing/under/shorts/purple
icon_state = "purpleshorts"
item_color = "purpleshorts"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 KiB

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 43 KiB