mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
Adds Teshari legwraps
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user