Files
Hyper-Station-13/hyperstation/code/obj/plushes.dm
T
QuoteFox 3e2219bad1 Patreon Reward: winterbloo
Plushie added to his loadout, for a patreon reward!
2020-03-02 17:29:43 +00:00

37 lines
1.5 KiB
Plaintext

/obj/item/toy/plush/mammal/winfre
desc = "An adorable stuffed toy of a pissed hyena. She looks unamused."
icon = 'hyperstation/icons/obj/plushes.dmi'
icon_state = "winfre"
item_state = "winfre"
attack_verb = list("cackled", "swirlie'd", "stepped on")
/obj/item/toy/plush/mammal/marilyn
desc = "A cute stuffed fox toy. Now, about that sponge bath..."
icon = 'hyperstation/icons/obj/plushes.dmi'
attack_verb = list("hugged", "cuddled", "embraced")
icon_state = "marilyn"
item_state = "marilyn"
/obj/item/toy/plush/mammal/winterbloo
name = "Will, the biggest dog"
desc = "A plush made to look like a thick as hell shiba, looks a little bigger than average too."
icon = 'hyperstation/icons/obj/plushes.dmi'
icon_state = "winterbloo"
item_state = "winterbloo"
attack_verb = list("hugged", "cuddled", "embraced")
/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'
icon_state = "tania"
item_state = "tania"
attack_verb = list("hugged", "cuddled", "embraced")
squeak_override = list('sound/weapons/thudswoosh.ogg' = 1)
/obj/item/toy/plush/slimeplushie/tania/love(obj/item/toy/plush/Kisser, mob/living/user)
/* if (istype(Kisser, /obj/item/toy/plush/vladin) ) // Vladin plushie isn't real, Vladin plushie cannot hug you ;-;
..()
else */
user.show_message("<span class='notice'>[src] hugs [Kisser]!</span>", 1,
"<span class='notice'>[src] hugs [Kisser]!</span>", 0)