Merge pull request #977 from Chemlight/Testing-whitelisting-items

Struggling with how the ckeywhitelist wants to work
This commit is contained in:
Dahlular
2021-02-15 23:47:01 -07:00
committed by GitHub
@@ -112,20 +112,21 @@
ckeywhitelist = list("cherostavik")
//if this works then ckey has to be all lowercase.
//Second change maybe it has to do with underscore's (_) as well. Also fuck you it doesn't want to appear in suit/uniform it's going in backpack
/datum/gear/enzo_leonplushie
name = "Enzo Leon Plushie"
category = SLOT_IN_BACKPACK
path = /obj/item/toy/plush/mammal/enzo_leon
ckeywhitelist = list("enzo_leon")
ckeywhitelist = list("enzoleon")
/datum/gear/enzo_leonshirt
name = "Altevain Standard-Issue Uniform"
category = SLOT_W_UNIFORM
category = SLOT_IN_BACKPACK
path = /obj/item/clothing/under/enzoshirt
ckeywhitelist = list("enzo_leon")
ckeywhitelist = list("enzoleon")
/datum/gear/enzo_leonjacket
name = "Altevain Colony-Ship Command Jacket"
category = SLOT_WEAR_SUIT
category = SLOT_IN_BACKPACK
path = /obj/item/clothing/suit/toggle/enzojacket
ckeywhitelist = list("enzo_leon")
ckeywhitelist = list("enzoleon")