-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3934 from MistakeNot4892/rework/accessories_shoul…
…dercapes Repathed shouldercapes off /accessory.
- Loading branch information
Showing
8 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/obj/item/clothing/suit/shouldercape | ||
name = "shoulder cape" | ||
desc = "A simple-looking cape with a couple of runes woven into the fabric." | ||
icon = 'icons/clothing/accessories/clothing/cape_grunt.dmi' | ||
accessory_slot = ACCESSORY_SLOT_INSIGNIA // Adding again in case we want to change it in the future. | ||
|
||
/obj/item/clothing/suit/shouldercape/officer | ||
name = "officer's cape" | ||
desc = "A decorated cape. Runed patterns have been woven into the fabric." | ||
icon = 'icons/clothing/accessories/clothing/cape_officer.dmi' | ||
|
||
/obj/item/clothing/suit/shouldercape/command | ||
name = "command cape" | ||
desc = "A heavily decorated cape with rank emblems on the shoulders signifying prestige. An ornate runed design has been woven into the fabric of it" | ||
icon = 'icons/clothing/accessories/clothing/cape_commander.dmi' | ||
|
||
/obj/item/clothing/suit/shouldercape/general | ||
name = "general's cape" | ||
desc = "An extremely decorated cape with an intricately runed design has been woven into the fabric of this cape with great care." | ||
icon = 'icons/clothing/accessories/clothing/cape_leader.dmi' | ||
matter = list(/decl/material/solid/metal/gold = MATTER_AMOUNT_TRACE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters