mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user