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
View File
@@ -43,3 +43,12 @@
else */
user.show_message("<span class='notice'>[src] hugs [Kisser]!</span>", 1,
"<span class='notice'>[src] hugs [Kisser]!</span>", 0)
/obj/item/toy/plush/mammal/grug
name = "Grug S. Cavemannington Plushie"
desc = " Everybody's favorite space faring caveman in plushie form. You feel an overwhelming urge to break things while holding it."
icon = 'hyperstation/icons/obj/plushes.dmi'
icon_state = "grug"
item_state = "grug"
attack_verb = list("thomped", "ook'd", "stoned")
squeak_override = list('sound/voice/gorillaplush.ogg' = 1)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

@@ -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")
Binary file not shown.