mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 11:30:50 +01:00
A quick coding test
Seeing if ckey sensitive whitelisting only uses lowercase, or if they're angry with uppercase.
This commit is contained in:
@@ -111,20 +111,21 @@
|
||||
path = /obj/item/clothing/mask/keaton
|
||||
ckeywhitelist = list("cherostavik")
|
||||
|
||||
//if this works then ckey has to be all lowercase.
|
||||
/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("enzo_leon")
|
||||
|
||||
/datum/gear/enzo_leonshirt
|
||||
name = "Altevain Standard-Issue Uniform"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/enzoshirt
|
||||
ckeywhitelist = list("Enzo_Leon")
|
||||
ckeywhitelist = list("enzo_leon")
|
||||
|
||||
/datum/gear/enzo_leonjacket
|
||||
name = "Altevain Colony-Ship Command Jacket"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/toggle/enzojacket
|
||||
ckeywhitelist = list("Enzo_Leon")
|
||||
ckeywhitelist = list("enzo_leon")
|
||||
|
||||
Reference in New Issue
Block a user