From c3ded872f9a580d00ec06127ee311884d5ed0aa3 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Tue, 3 Mar 2020 00:53:25 +0000 Subject: [PATCH] Patreon Reward: Heliocintrini Patreon plush for Heliocintrini --- hyperstation/code/obj/plushes.dm | 10 ++++++++++ .../code/modules/client/loadout/__donator.dm | 8 +++++++- tgstation.dme | 1 - 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/hyperstation/code/obj/plushes.dm b/hyperstation/code/obj/plushes.dm index 0a42aa6f..6332fc9f 100644 --- a/hyperstation/code/obj/plushes.dm +++ b/hyperstation/code/obj/plushes.dm @@ -20,6 +20,16 @@ item_state = "winterbloo" attack_verb = list("hugged", "cuddled", "embraced") +/obj/item/toy/plush/lizardplushie/chris + name = "Chris Plushie" + desc = "An adorable stuffed toy of an angry ashwalker. He even comes with his own little crusher!" // CHRIS CHRIS CHRIS! + icon = 'hyperstation/icons/obj/plushes.dmi' + gender = MALE + icon_state = "chris" + item_state = "chris" + squeak_override = list('sound/weapons/plasma_cutter.ogg' = 1) // The sound the crusher uses is the same as the plasma cutter :P + + /obj/item/toy/plush/slimeplushie/tania desc = "An adorable stuffed toy of a slimegirl. She seems oddly damp..." // Milky slime icon = 'hyperstation/icons/obj/plushes.dmi' diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 062364c8..7fdbe278 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -17,4 +17,10 @@ name = "Will Plush" category = SLOT_IN_BACKPACK path = /obj/item/toy/plush/mammal/winterbloo - ckeywhitelist = list("Wolfy_wolf967") + ckeywhitelist = list("wolfy_wolf967") + +/datum/gear/helioplush + name = "Chris Plushie" + category = SLOT_IN_BACKPACK + path = /obj/item/toy/plush/lizardplushie/chris + ckeywhitelist = list("heliocintrini") diff --git a/tgstation.dme b/tgstation.dme index 2362a1d3..415a7a2d 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -2875,7 +2875,6 @@ #include "hyperstation\code\mobs\werewolf.dm" #include "hyperstation\code\modules\antagonists\werewolf\werewolf.dm" #include "hyperstation\code\obj\decal.dm" -#include "hyperstation\code\obj\patreon.dm" #include "hyperstation\code\obj\plushes.dm" #include "hyperstation\code\obj\pregnancytester.dm" #include "interface\interface.dm"