diff --git a/modular_skyrat/master_files/icons/obj/plushes.dmi b/modular_skyrat/master_files/icons/obj/plushes.dmi index fe15be47e17..ec7f41d048d 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 92bc875a673..f0889aa1514 100644 --- a/modular_skyrat/modules/customization/game/objects/items/plushes.dm +++ b/modular_skyrat/modules/customization/game/objects/items/plushes.dm @@ -645,3 +645,12 @@ attack_verb_simple = list("sigh") squeak_override = list('modular_skyrat/modules/emotes/sound/emotes/female/female_sigh.ogg' = 1) gender = FEMALE + +//Donation reward for BriareosBlue +/obj/item/toy/plush/skyrat/courier_synth + name = "courier synth plushie" + desc = "This synth plushie looks about ready to deliver hugs and beeps straight to the heart! The tag seems to have an advertisement for a delivery company on it..." + icon_state = "plushie_courier" + attack_verb_continuous = list("delivers", "export scans", "dwoops", "bwuhs", "stamps") + attack_verb_simple = list("deliver", "export scan", "dwoop", "bwuh", "stamp") + squeak_override = list('modular_skyrat/modules/emotes/sound/emotes/twobeep.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 1a56ef400f8..3612176a7be 100644 --- a/modular_skyrat/modules/loadouts/loadout_items/loadout_datum_toys.dm +++ b/modular_skyrat/modules/loadouts/loadout_items/loadout_datum_toys.dm @@ -264,6 +264,11 @@ GLOBAL_LIST_INIT(loadout_toys, generate_loadout_items(/datum/loadout_item/toys)) /datum/loadout_item/toys/jecca name = "Sexy Snoodle Plushie" item_path = /obj/item/toy/plush/skyrat/jecca + +/datum/loadout_item/toys/courier_synth + name = "Courier Synth Plushie" + item_path = /obj/item/toy/plush/skyrat/courier_synth + /* * CARDS */