Skip to content

Commit

Permalink
Merge pull request tgstation#7546 from TZK13/Purple-Shorts
Browse files Browse the repository at this point in the history
Adds purple shorts
  • Loading branch information
theOperand committed Feb 5, 2015
2 parents 574fc61 + 01bf5b3 commit 6fab02e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Expand Up @@ -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)
Expand Down
6 changes: 5 additions & 1 deletion code/modules/clothing/under/shorts.dm
Expand Up @@ -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 modified icons/mob/uniform.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/uniforms.dmi
Binary file not shown.

0 comments on commit 6fab02e

Please sign in to comment.