Adds Teshari legwraps

This commit is contained in:
Aronai Sieyes
2021-08-13 22:38:43 -04:00
parent 2587ebe169
commit a18e40c7ce
4 changed files with 19 additions and 0 deletions
@@ -677,3 +677,14 @@
whitelisted = SPECIES_TESHARI
sort_category = "Xenowear"
cost = 4
/datum/gear/shoes/teshwrap
display_name = "Teshari legwraps"
path = /obj/item/clothing/shoes/footwraps/teshari
sort_category = "Xenowear"
whitelisted = SPECIES_TESHARI
cost = 1
/datum/gear/shoes/teshwrap/New()
..()
gear_tweaks += gear_tweak_free_color_choice
@@ -0,0 +1,8 @@
/obj/item/clothing/shoes/footwraps/teshari
name = "Teshari legwraps"
desc = "Traditional Teshari footwear, consisting of a cloth wrapping to cover the foot and lower leg."
icon = 'icons/obj/clothing/species/teshari/shoes.dmi'
icon_state = "teshwrap"
item_state = "teshwrap"
shoes_under_pants = 1 //these are thin and wrapped around the leg, clothing would go over it
species_restricted = list(SPECIES_TESHARI)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB