Patreon reward, grug

Patreon reward
This commit is contained in:
QuoteFox
2020-04-17 02:48:46 +01:00
parent d23ea30b85
commit 9d624ddd0a
4 changed files with 21 additions and 1 deletions
@@ -9,7 +9,13 @@
/datum/gear/testreward
//Just so admins can test the recent rewards added.
name = "test reward"
name = "Caveman Plush"
category = SLOT_IN_BACKPACK
path = /obj/item/toy/plush/mammal/grug
ckeywhitelist = list("quotefox")
/datum/gear/testrewardtwo
name = "Napoleonic Uniform"
category = SLOT_IN_BACKPACK
path = /obj/item/clothing/suit/napoleonic
ckeywhitelist = list("quotefox")
@@ -45,3 +51,8 @@
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")