diff --git a/modular_skyrat/modules/customization/game/objects/items/plushes.dm b/modular_skyrat/modules/customization/game/objects/items/plushes.dm index 23ba628eac8..fb91caa26ed 100644 --- a/modular_skyrat/modules/customization/game/objects/items/plushes.dm +++ b/modular_skyrat/modules/customization/game/objects/items/plushes.dm @@ -495,6 +495,16 @@ squeak_override = list('modular_skyrat/modules/emotes/sound/emotes/female/female_cough_3.ogg' = 1, 'modular_skyrat/modules/emotes/sound/emotes/female/female_cough_2.ogg' = 1, 'modular_skyrat/modules/emotes/sound/emotes/female/female_cough_1.ogg' = 1) responses = list("The human body can survive three weeks without skiiiiiiiiiiin.", "The thigh bone is connected to the hip boooooooooone.", "Yeeeessss?", "Helloooooo.", "Don't be such a baby, ribs grow baaaaaaaaaack.",) +// Donation reward for shyshadow +/obj/item/toy/plush/skyrat/chunko/plushie_winrow + name = "dark and brooding lizard plush" + desc = "An almost intimidating black lizard plush, this one's got a little beret to come with it! Best not to separate the two. Its eyes shine with suggestion, no maidens?" + icon_state = "plushie_shyshadow" + gender = MALE + attack_verb_continuous = list("slashes", "bites", "rizzes") + attack_verb_simple = list("slash", "bite", "rizz") + responses = list("Am I looking in a mirror? Because what I see is beautiful.", "I'm not just a toy. I'm a romantic.", "I'm the diamond, and you're the rough because sooner or later...", "Is that mouth just for talking?", "Come on, don't be so hard on me. I'm so soft!", "Is that a glass of scotch? Because I've been thinking about buttering you up.", "Don't look stare for too long. You might get lost in my eyes.", "Oh wow! Looks like I'm not the only handsome thing around these parts.", "Do NOT the plushie. I am not a voodoo doll.",) + // Donation reward for tobjv /obj/item/toy/plush/skyrat/tesh name = "Squish-Me-Tesh" @@ -519,12 +529,6 @@ desc = "A not so small voodoo doll made out of cut and sewn potato bags. It almost looks cute." icon_state = "plushie_gamerguy" -// Donation reward for shyshadow -/obj/item/toy/plush/skyrat/plushie_winrow - name = "dark and brooding lizard plush" - desc = "An almost intimidating black lizard plush, this one's got a little beret to come with it! Best not to separate the two. Its eyes shine with suggestion, no maidens?" - icon_state = "plushie_shyshadow" - // Donation reward for Dudewithatude /obj/item/toy/plush/skyrat/plushie_star name = "star angel plush" diff --git a/modular_skyrat/modules/loadouts/loadout_items/donator/personal/donator_personal.dm b/modular_skyrat/modules/loadouts/loadout_items/donator/personal/donator_personal.dm index 5a44e21b830..460156e7779 100644 --- a/modular_skyrat/modules/loadouts/loadout_items/donator/personal/donator_personal.dm +++ b/modular_skyrat/modules/loadouts/loadout_items/donator/personal/donator_personal.dm @@ -456,7 +456,7 @@ /datum/loadout_item/toys/plushe_winrow name = "Dark and Brooding Lizard Plushie" - item_path = /obj/item/toy/plush/skyrat/plushie_winrow + item_path = /obj/item/toy/plush/skyrat/chunko/plushie_winrow /datum/loadout_item/toys/plushie_star name = "Star Angel Plushie"