mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-21 20:52:22 +01:00
114 lines
3.1 KiB
Plaintext
114 lines
3.1 KiB
Plaintext
//This is the file that handles donator loadout items.
|
|
|
|
|
|
/datum/gear/pingcoderfailsafe
|
|
name = "IF YOU SEE THIS, PING A CODER RIGHT NOW!"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/bikehorn/golden
|
|
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
|
|
|
|
/datum/gear/testreward
|
|
//Just so admins can test the recent rewards added.
|
|
name = "Plastitanium Shackles"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/clothing/suit/shackles
|
|
ckeywhitelist = list("quotefox")
|
|
|
|
/datum/gear/testrewardtwo
|
|
name = "Napoleonic Uniform"
|
|
category = SLOT_W_UNIFORM
|
|
path = /obj/item/clothing/suit/napoleonic
|
|
ckeywhitelist = list("quotefox")
|
|
|
|
/datum/gear/winterblooplush
|
|
name = "Will Plush"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/toy/plush/mammal/winterbloo
|
|
ckeywhitelist = list("wolfy_wolf967")
|
|
|
|
/datum/gear/winterblooplushextra
|
|
//for some reason bloo has had issues with his plushie
|
|
name = "Will Plush"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/toy/plush/mammal/winterbloo
|
|
ckeywhitelist = list("wolfywolf967")
|
|
|
|
/datum/gear/helioplush
|
|
name = "Chris Plushie"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/toy/plush/lizardplushie/chris
|
|
ckeywhitelist = list("heliocintrini")
|
|
|
|
/datum/gear/seramarker
|
|
name = "Blueberry Marker"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/pen/bluemarker
|
|
ckeywhitelist = list("blooberri")
|
|
|
|
/datum/gear/hubertsuit
|
|
name = "Napoleonic Uniform"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/clothing/suit/napoleonic
|
|
ckeywhitelist = list("hackertdog")
|
|
|
|
/datum/gear/grug
|
|
name = "Caveman Plushie"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/toy/plush/mammal/grug
|
|
ckeywhitelist = list("herrdoktah")
|
|
|
|
/datum/gear/hshack
|
|
name = "Plastitanium Shackles"
|
|
category = SLOT_W_UNIFORM
|
|
path = /obj/item/clothing/suit/shackles
|
|
ckeywhitelist = list("heliocintrini")
|
|
|
|
/datum/gear/hshack
|
|
name = "Syndicate Commander's Coat"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/clothing/suit/luwethtrench
|
|
ckeywhitelist = list("luweth")
|
|
|
|
/datum/gear/luwethring
|
|
name = "Wedding Band"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/clothing/gloves/ring/luweth
|
|
ckeywhitelist = list("luweth")
|
|
|
|
/datum/gear/bluedice
|
|
name = "Blue D20"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/dice/d20/blue
|
|
ckeywhitelist = list("jackattack41498")
|
|
|
|
/datum/gear/demoncat
|
|
name = "Inconspicuous winter coat"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/clothing/suit/hooded/wintercoat/death
|
|
ckeywhitelist = list("demoncat")
|
|
|
|
/datum/gear/natak
|
|
name = "Heat-B-Gone Pills"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/storage/pill_bottle/heat
|
|
ckeywhitelist = list("natak")
|
|
|
|
/datum/gear/natak
|
|
name = "Crystalline Shards"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/clothing/head/crystalline
|
|
ckeywhitelist = list("dragontrance")
|
|
|
|
/datum/gear/lyricalpawsplush
|
|
name = "Winter Dawn Plushie"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/toy/plush/mammal/lyricalpaws
|
|
ckeywhitelist = list("lyricalpaws")
|
|
|
|
/datum/gear/cherostavikmask
|
|
name = "Keaton Mask"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/clothing/mask/keaton
|
|
ckeywhitelist = list("cherostavik")
|
|
|