mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Tajara Flats & Bonus Xeno Boots (#11165)
This commit is contained in:
@@ -48,4 +48,5 @@
|
||||
shoes["toeless black boots, short"] = /obj/item/clothing/shoes/jackboots/toeless
|
||||
shoes["toeless black boots, knee"] = /obj/item/clothing/shoes/jackboots/toeless/knee
|
||||
shoes["toeless black boots, thigh"] = /obj/item/clothing/shoes/jackboots/toeless/thigh
|
||||
shoes["toeless winterboots"] = /obj/item/clothing/shoes/winter/toeless
|
||||
gear_tweaks += new/datum/gear_tweak/path(shoes)
|
||||
@@ -122,6 +122,24 @@
|
||||
dress["adhomian summer dress"] = /obj/item/clothing/under/dress/tajaran/summer
|
||||
gear_tweaks += new/datum/gear_tweak/path(dress)
|
||||
|
||||
/datum/gear/shoes/tajara/flats
|
||||
display_name = "tajaran flats selection"
|
||||
description = "Dress flats, in a selection of colors. Refitted for Tajara"
|
||||
path = /obj/item/clothing/shoes/tajara
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
sort_category = "Xenowear - Tajara"
|
||||
|
||||
/datum/gear/shoes/tajara/flats/New()
|
||||
..()
|
||||
var/list/flats = list()
|
||||
flats["dress flats, black"] = /obj/item/clothing/shoes/flats/tajara
|
||||
flats["dress flats, white"] = /obj/item/clothing/shoes/flats/tajara/white
|
||||
flats["dress flats, red"] = /obj/item/clothing/shoes/flats/tajara/red
|
||||
flats["dress flats, blue"] = /obj/item/clothing/shoes/flats/tajara/blue
|
||||
flats["dress flats, green"] = /obj/item/clothing/shoes/flats/tajara/green
|
||||
flats["dress flats, purple"] = /obj/item/clothing/shoes/flats/tajara/purple
|
||||
gear_tweaks += new/datum/gear_tweak/path(flats)
|
||||
|
||||
/datum/gear/accessory/tajara
|
||||
display_name = "fur scarf"
|
||||
description = "A selection of tajaran colored fur scarfs."
|
||||
@@ -260,4 +278,4 @@
|
||||
path = /obj/item/storage/pill_bottle/dice/tajara
|
||||
sort_category = "Xenowear - Tajara"
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
Reference in New Issue
Block a user