Added some donator plushes (#17443)

* added plushes

* oh well
This commit is contained in:
Useroth
2022-11-11 15:07:21 -08:00
committed by GitHub
parent ea65fd760b
commit e984e32f36
3 changed files with 22 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 59 KiB

@@ -556,3 +556,15 @@
name = "handsome chef plushie"
desc = "A need to cook only rivaled by a hunger for fox tail."
icon_state = "plushie_azyre"
//Donation reward for Razurath
/obj/item/toy/plush/skyrat/plushie_razurath
name = "science shark plushie"
desc = "A determined scientist with a hint of mischief in her smile."
icon_state = "plush_scishark"
//Donation reward for October23
/obj/item/toy/plush/skyrat/plushie_elofy
name = "bumbling wolfgirl plushie"
desc = "A white-haired wolfgirl in a stylish red security skirt. Despite her scary cybernetic arm, she is soft to hug and only wishes to be praised and comforted."
icon_state = "plush_lonie"
@@ -552,3 +552,13 @@
item_path = /obj/item/clothing/under/bimpcap
restricted_roles = list(JOB_CAPTAIN)
ckeywhitelist = list("razurath")
/datum/loadout_item/toys/plushie_razurath
name = "Science Shark Plushie"
item_path = /obj/item/toy/plush/skyrat/plushie_razurath
ckeywhitelist = list("razurath")
/datum/loadout_item/toys/plushie_elofy
name = "Bumbling Wolfgirl Plushie"
item_path = /obj/item/toy/plush/skyrat/plushie_elofy
ckeywhitelist = list("october23")