mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-14 17:37:04 +01:00
Merge pull request #977 from Chemlight/Testing-whitelisting-items
Struggling with how the ckeywhitelist wants to work
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user