Skrell cosmic cape (#14543)

This commit is contained in:
DreamySkrell
2022-08-06 16:47:16 +02:00
committed by GitHub
parent f35716db74
commit 818903ffa5
4 changed files with 15 additions and 1 deletions
@@ -66,6 +66,7 @@
capes["nebula cape"] = /obj/item/clothing/accessory/poncho/shouldercape/nebula
capes["nova cape"] = /obj/item/clothing/accessory/poncho/shouldercape/nova
capes["galaxy cape"] = /obj/item/clothing/accessory/poncho/shouldercape/galaxy
capes["cosmic cape"] = /obj/item/clothing/accessory/poncho/shouldercape/cosmic
gear_tweaks += new /datum/gear_tweak/path(capes)
/datum/gear/accessory/qeblak
@@ -593,7 +593,7 @@
/obj/item/clothing/accessory/poncho/shouldercape/nova
name = "nova cape"
desc = "A heavily decorated cape with emblems on the shoulders. An ornate starry design has been woven into the fabric of it"
desc = "A heavily decorated cape with emblems on the shoulders. An ornate starry design has been woven into the fabric of it."
icon_state = "novacape"
item_state = "novacape"
overlay_state = "novacape"
@@ -605,6 +605,13 @@
item_state = "galaxycape"
overlay_state = "galaxycape"
/obj/item/clothing/accessory/poncho/shouldercape/cosmic
name = "cosmic cape"
desc = "A heavily decorated cape with emblems on the shoulders. An ornate starry design has been woven into the fabric of it, of constellations and stars visible from Qerrbalak."
icon_state = "cosmiccape"
item_state = "cosmiccape"
overlay_state = "cosmiccape"
/obj/item/clothing/accessory/poncho/shouldercape/qeblak
name = "qeblak mantle"
desc = "A mantle denoting the wearer as a member fo the Qeblak faith."
@@ -0,0 +1,6 @@
author: DreamySkrell
delete-after: True
changes:
- rscadd: "Adds new skrell cape (cosmic cape; alternative to star/nova/nebula/galaxy capes already in game)."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 94 KiB