Adds Weishii Robes to Skrell Loadout (#13699)

This commit is contained in:
RyverStyx
2022-05-01 03:27:36 +02:00
committed by GitHub
parent e02cebd830
commit 94f8a5740a
6 changed files with 21 additions and 0 deletions
@@ -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"
+6
View File
@@ -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