Merge pull request #7240 from Heroman3003/azuchifix

Fixes Azura's collar
This commit is contained in:
Novacat
2020-04-13 18:04:10 -04:00
committed by GitHub

View File

@@ -1,3 +1,7 @@
// Note for newly added fluff items: Ckeys should not contain any spaces, underscores or capitalizations,
// or else the item will not be usable.
// Example: Someone whose username is "Master Pred_Man" should be written as "masterpredman" instead
/datum/gear/fluff /datum/gear/fluff
path = /obj/item path = /obj/item
sort_category = "Fluff Items" sort_category = "Fluff Items"
@@ -81,7 +85,7 @@
path = /obj/item/clothing/accessory/collar/azura path = /obj/item/clothing/accessory/collar/azura
display_name = "collar, Azura" display_name = "collar, Azura"
description = "For the kobold's pet." description = "For the kobold's pet."
ckeywhitelist = list("azura chitin") ckeywhitelist = list("azurachitin")
character_name = list("Azura Chitin") character_name = list("Azura Chitin")
// B CKEYS // B CKEYS