Donator plush: BriareosBlue (#21871)

* special delivery, sign here

* Update modular_skyrat/modules/customization/game/objects/items/plushes.dm

Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>

* Update modular_skyrat/modules/customization/game/objects/items/plushes.dm

Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>

* Update modular_skyrat/modules/customization/game/objects/items/plushes.dm

Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>

---------

Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
lessthanthree
2023-07-09 13:45:57 -04:00
committed by GitHub
co-authored by Tom
parent 9747313323
commit 59b84bbadc
3 changed files with 14 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 67 KiB

@@ -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)
@@ -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
*/