mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Adds my dono item (#18524)
yeah Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 62 KiB |
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user