isthatdan's donator item (#19541)

* the dog is here

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

Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>

---------

Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
Zonespace
2023-03-15 11:14:11 -07:00
committed by GitHub
co-authored by GoldenAlpharex lessthanthree
parent 3e1552d8cb
commit a1e8cd109a
3 changed files with 15 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 64 KiB

@@ -610,3 +610,14 @@
attack_verb_simple = list("expand")
squeak_override = list('modular_skyrat/modules/customization/game/objects/items/sound/tracymrowr.ogg' = 1)
gender = FEMALE
// Donation reward for isthatdan
/obj/item/toy/plush/skyrat/dog
name = "bad dog plushie"
desc = "A collared, black dog plushie."
icon_state = "plush_dan"
attack_verb_continuous = list("barks at", "borks at", "woofs at")
attack_verb_simple = list("bark at", "bork at", "woof at")
squeak_override = list('modular_skyrat/modules/emotes/sound/voice/bark1.ogg' = 1, 'modular_skyrat/modules/emotes/sound/voice/bark2.ogg' = 1)
gender = MALE
@@ -249,6 +249,10 @@ GLOBAL_LIST_INIT(loadout_toys, generate_loadout_items(/datum/loadout_item/toys))
name = "Creature Plushie"
item_path = /obj/item/toy/plush/skyrat/tracy
/datum/loadout_item/toys/dog_plushie
name = "Black Dog Plushie"
item_path = /obj/item/toy/plush/skyrat/dog
/*
* CARDS
*/