mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Merge pull request #7240 from Heroman3003/azuchifix
Fixes Azura's collar
This commit is contained in:
@@ -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
|
||||
path = /obj/item
|
||||
sort_category = "Fluff Items"
|
||||
@@ -81,7 +85,7 @@
|
||||
path = /obj/item/clothing/accessory/collar/azura
|
||||
display_name = "collar, Azura"
|
||||
description = "For the kobold's pet."
|
||||
ckeywhitelist = list("azura chitin")
|
||||
ckeywhitelist = list("azurachitin")
|
||||
character_name = list("Azura Chitin")
|
||||
|
||||
// B CKEYS
|
||||
|
||||
Reference in New Issue
Block a user