Files
GS13NG/modular_citadel/code/modules/client/loadout/__donator.dm
SandPoot 4429bce1e1 yeah
2023-10-07 14:36:26 -03:00

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