diff --git a/modular_skyrat/master_files/icons/obj/plushes.dmi b/modular_skyrat/master_files/icons/obj/plushes.dmi index af482e810d3..ec0232fc3fe 100644 Binary files a/modular_skyrat/master_files/icons/obj/plushes.dmi and b/modular_skyrat/master_files/icons/obj/plushes.dmi differ diff --git a/modular_skyrat/modules/customization/game/objects/items/plushes.dm b/modular_skyrat/modules/customization/game/objects/items/plushes.dm index 4f4b049e2af..9073a062d67 100644 --- a/modular_skyrat/modules/customization/game/objects/items/plushes.dm +++ b/modular_skyrat/modules/customization/game/objects/items/plushes.dm @@ -582,6 +582,7 @@ attack_verb_simple = list("nibble", "squeak", "nose twitch", "thump", "whop") squeak_override = list('modular_skyrat/modules/customization/game/objects/items/sound/deerplush.ogg' = 1) +// Donation reward for SomeRandomOwl /obj/item/toy/plush/skyrat/snow_owl name = "snowy owl plush" desc = "A very soft plush resembling a feathery and witch like owl who is known to frequent science and medical." @@ -589,3 +590,13 @@ attack_verb_continuous = list("hoots", "screms", "hugs") attack_verb_simple = list("hoots", "screms", "hugs") squeak_override = list('modular_skyrat/modules/emotes/sound/voice/hoot.ogg' = 1) + +// Donation reward for Jolly66 +/obj/item/toy/plush/skyrat/derg_plushie + name = "wingless dragon plush" + desc = "A cute green-and-yellow wingless dragon plushie! For what its worth, it does have a comically large tail. \ + Comes with an additional paramedic cap." + icon_state = "plushie_derg" + attack_verb_continuous = list("wehs", "wehs softly", "stutters") + attack_verb_simple = list("wehs", "wehs softly", "stutters") + squeak_override = list('modular_skyrat/modules/emotes/sound/voice/weh.ogg' = 1) diff --git a/modular_skyrat/modules/loadouts/loadout_items/loadout_datum_toys.dm b/modular_skyrat/modules/loadouts/loadout_items/loadout_datum_toys.dm index da58fa6bab4..82fc5d21916 100644 --- a/modular_skyrat/modules/loadouts/loadout_items/loadout_datum_toys.dm +++ b/modular_skyrat/modules/loadouts/loadout_items/loadout_datum_toys.dm @@ -238,6 +238,9 @@ GLOBAL_LIST_INIT(loadout_toys, generate_loadout_items(/datum/loadout_item/toys)) name = "Huggable Bee Plushie" item_path = /obj/item/toy/plush/skyrat/rubi +/datum/loadout_item/toys/derg_plushie + name = "Wingless Dragon Plushie" + item_path = /obj/item/toy/plush/skyrat/derg_plushie /* * CARDS