-
Notifications
You must be signed in to change notification settings - Fork 13
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 #162 from BrunoSamoyed/somecustoms
Cloak update (part 1)
- Loading branch information
Showing
3 changed files
with
40 additions
and
6 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 |
---|---|---|
@@ -1,18 +1,23 @@ | ||
/datum/gear/clothing/coolscarf | ||
display_name = "Large scarf, colour select" | ||
display_name = "large scarf, colour select" | ||
path = /obj/item/clothing/accessory/scarf/coolscarf | ||
flags = GEAR_HAS_COLOR_SELECTION | ||
|
||
/datum/gear/clothing/shemagh | ||
display_name = "Shemagh, colour select" | ||
display_name = "shemagh, colour select" | ||
path = /obj/item/clothing/accessory/scarf/shemagh | ||
flags = GEAR_HAS_COLOR_SELECTION | ||
|
||
/datum/gear/clothing/shouldercape | ||
display_name = "Shoulder cape, colour select" | ||
display_name = "shoulder cape, colour select" | ||
path = /obj/item/clothing/accessory/scarf/shouldercape | ||
flags = GEAR_HAS_COLOR_SELECTION | ||
|
||
/datum/gear/clothing/belt_chain | ||
display_name = "Metal chain" | ||
path = /obj/item/clothing/accessory/suspenders/beltchain | ||
display_name = "metal chain" | ||
path = /obj/item/clothing/accessory/suspenders/beltchain | ||
|
||
datum/gear/clothing/cloakspace | ||
display_name = "cloak, colour select" | ||
path = /obj/item/clothing/accessory/cloakspace | ||
flags = GEAR_HAS_COLOR_SELECTION |
Binary file not shown.