Fixes Shirts and Tops loadout tab returning /list (#20979)

Fixes #20978

Seems to have had something to do with shirts/skrell/tees and
shirts/skrell/dress existing as paths but not shirts/skrell

---------

Co-authored-by: Gabby <59633984+feartheblackout@users.noreply.github.com>
This commit is contained in:
FearTheGabby
2025-07-10 20:03:01 -05:00
committed by GitHub
parent 65110ba09b
commit cdf09b6ab7
2 changed files with 60 additions and 2 deletions
@@ -373,14 +373,14 @@ ABSTRACT_TYPE(/datum/gear/accessory/skrell)
workcloak["iqi cloak"] = /obj/item/clothing/accessory/poncho/shouldercape/cloak/iqi
gear_tweaks += new /datum/gear_tweak/path(workcloak)
/datum/gear/shirts/skrell/tees
/datum/gear/shirts/skrell
display_name = "skrellian wetshirts"
path = /obj/item/clothing/under/dressshirt/tshirt/skrell/ocean
whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_ATTENDANT, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_BULWARK, SPECIES_VAURCA_BREEDER)
sort_category = "Xenowear - Skrell"
flags = GEAR_HAS_DESC_SELECTION
/datum/gear/shirts/skrell/tees/New()
/datum/gear/shirts/skrell/New()
..()
var/list/tees = list()
tees["ocean wetshirt"] = /obj/item/clothing/under/dressshirt/tshirt/skrell/ocean