mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Adds Weishii Robes to Skrell Loadout (#13699)
This commit is contained in:
@@ -87,6 +87,12 @@
|
||||
path = /obj/item/clothing/accessory/poncho/shouldercape/qeblak
|
||||
whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Skrell"
|
||||
|
||||
/datum/gear/accessory/weishii
|
||||
display_name = "weishii robe"
|
||||
path = /obj/item/clothing/accessory/poncho/shouldercape/weishiirobe
|
||||
whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Skrell"
|
||||
|
||||
/datum/gear/uniform/skrell
|
||||
display_name = "qeblak ceremonial garment"
|
||||
|
||||
@@ -600,6 +600,15 @@
|
||||
icon_state = "qeblak_cape"
|
||||
item_state = "qeblak_cape"
|
||||
flippable = FALSE
|
||||
|
||||
/obj/item/clothing/accessory/poncho/shouldercape/weishiirobe
|
||||
name = "weishii robe"
|
||||
desc = "A robe denoting the wearer as a member fo the Weishii faith."
|
||||
desc_fluff = "This mantle denotes the wearer as a member of the Weishii faith. \
|
||||
It is given to followers after they have spent time on a Weishiin Sanctuary."
|
||||
icon_state = "weishii_robe"
|
||||
item_state = "weishii_robe"
|
||||
flippable = FALSE
|
||||
|
||||
/obj/item/clothing/accessory/poncho/shouldercape/qeblak/zeng
|
||||
name = "Jargon Division Zeng-Hu cloak"
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: RyverStyx
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Added the weishii robe to the skrell loadout. It is selectable by skrell & diona."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 284 KiB After Width: | Height: | Size: 285 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
Reference in New Issue
Block a user