9 lines
387 B
Plaintext
9 lines
387 B
Plaintext
//This is the file that handles donator loadout items.
|
|
|
|
/datum/gear/donator
|
|
name = "IF YOU SEE THIS, PING A CODER RIGHT NOW!"
|
|
slot = ITEM_SLOT_BACKPACK
|
|
path = /obj/item/bikehorn/golden
|
|
category = LOADOUT_CATEGORY_DONATOR
|
|
ckeywhitelist = list("This entry should never appear with this variable set.") //If it does, then that means somebody fucked up the whitelist system pretty hard
|