mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
[PUBLIC DONATOR PLUSH] Adds the creature plushie (of all time) (#18593)
* twacy * take up less space plz * Revert "take up less space plz" This reverts commit 4ece2fb7613ae4e3ae3096d6049576ddebf65dd0. * Update plushes.dmi * Revert "Update plushes.dmi" This reverts commit 93f43f84338aeef0d9091f7ee853445e09157d2b. * Update plushes.dmi * Update loadout_datum_toys.dm * Update plushes.dmi
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 58 KiB |
@@ -600,3 +600,13 @@
|
||||
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)
|
||||
|
||||
// Donation reward for Gofawful5
|
||||
/obj/item/toy/plush/skyrat/tracy
|
||||
name = "creature plushie"
|
||||
desc = "An astonishingly well-endowed catfox plushie... It seems content."
|
||||
icon_state = "plush_tracy"
|
||||
attack_verb_continuous = list("expands")
|
||||
attack_verb_simple = list("expand")
|
||||
squeak_override = list('modular_skyrat/modules/customization/game/objects/items/sound/tracymrowr.ogg' = 1)
|
||||
gender = FEMALE
|
||||
|
||||
Binary file not shown.
@@ -242,6 +242,10 @@ GLOBAL_LIST_INIT(loadout_toys, generate_loadout_items(/datum/loadout_item/toys))
|
||||
name = "Wingless Dragon Plushie"
|
||||
item_path = /obj/item/toy/plush/skyrat/derg_plushie
|
||||
|
||||
/datum/loadout_item/toys/tracy
|
||||
name = "Creature Plushie"
|
||||
item_path = /obj/item/toy/plush/skyrat/tracy
|
||||
|
||||
/*
|
||||
* CARDS
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user