mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 19:39:53 +01:00
Patreon reward, grug
Patreon reward
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user