Skip to content

Commit

Permalink
fix+wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Greenjoe12345 committed Jul 30, 2023
1 parent 61d6a66 commit cdfd407
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/modules/client/preference_setup/loadout/loadout_xeno.dm
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,16 @@
..()
gear_tweaks += gear_tweak_free_color_choice

/datum/gear/accessory/teshtailwrapalt
display_name = "Teshari tail wrap, alt"
path = /obj/item/clothing/accessory/teshtail/wrap/alt
sort_category = "Xenowear"
whitelisted = SPECIES_TESHARI

/datum/gear/accessory/teshtailwrapalt/New()
..()
gear_tweaks += gear_tweak_free_color_choice

/datum/gear/accessory/teshtailwraplong
display_name = "Teshari tail wrap, long"
path = /obj/item/clothing/accessory/teshtail/wrap/long
Expand Down
3 changes: 3 additions & 0 deletions code/modules/clothing/under/accessories/xeno/teshari.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
desc = "A strip of cloth to decorate a teshari's tail."
icon_state = "tailwrap"

/obj/item/clothing/accessory/teshtail/wrap/alt
icon_state = "tailwrap2"

/obj/item/clothing/accessory/teshtail/wrap/long
name = " long teshari tail wrap"
icon_state = "tailwrap_long"
Expand Down
Binary file modified icons/mob/species/teshari/ties.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/suits_1.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/ties.dmi
Binary file not shown.

0 comments on commit cdfd407

Please sign in to comment.