Merge pull request #2868 from cadyn/upstream-merge-11409

Merge Upstream Pull Request 11409
This commit is contained in:
Nadyr
2021-08-25 22:00:55 -04:00
committed by GitHub
5 changed files with 20 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/inventory/feet/item_teshari.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.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

+1
View File
@@ -2082,6 +2082,7 @@
#include "code\modules\clothing\shoes\magboots.dm"
#include "code\modules\clothing\shoes\miscellaneous.dm"
#include "code\modules\clothing\shoes\miscellaneous_vr.dm"
#include "code\modules\clothing\shoes\xeno\teshari.dm"
#include "code\modules\clothing\spacesuits\alien.dm"
#include "code\modules\clothing\spacesuits\breaches.dm"
#include "code\modules\clothing\spacesuits\miscellaneous.dm"