Merge pull request #2349 from redstryker/clothing

Adds Multiple New Clothing Items
This commit is contained in:
Anewbe
2016-08-28 14:40:36 -05:00
committed by GitHub
14 changed files with 65 additions and 12 deletions
@@ -210,4 +210,12 @@
/datum/gear/accessory/webbing
display_name = "webbing, simple"
path = /obj/item/clothing/accessory/storage/webbing
cost = 2
cost = 2
/datum/gear/accessory/chaps
display_name = "chaps, brown"
path = /obj/item/clothing/accessory/chaps
/datum/gear/accessory/chaps/black
display_name = "chaps, black"
path = /obj/item/clothing/accessory/chaps/black
@@ -95,4 +95,12 @@
/datum/gear/shoes/flats/white
display_name = "flats, white"
path = /obj/item/clothing/shoes/flats/white
path = /obj/item/clothing/shoes/flats/white
/datum/gear/shoes/flipflops
display_name = "flip flops"
path = /obj/item/clothing/shoes/flipflop
/datum/gear/shoes/flipflops/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
@@ -121,3 +121,9 @@
display_name = "gear harness (Full Body Prosthetic, Diona)"
path = /obj/item/clothing/under/harness
sort_category = "Xenowear"
/datum/gear/uniform/loincloth
display_name = "loincloth (Tajaran, Unathi)"
path = /obj/item/clothing/under/shorts/loincloth
sort_category = "Xenowear"
whitelisted = list("Tajaran", "Unathi")