Skip to content

Commit

Permalink
add new donator plush
Browse files Browse the repository at this point in the history
  • Loading branch information
polygoblyn committed Aug 2, 2023
1 parent c6ec415 commit 9a5aef5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions monkestation/code/game/objects/items/plushies.dm
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,8 @@
squeak_override = list('sound/magic/wand_teleport.ogg'=1)
icon_state = "mage"

/obj/item/toy/plush/chefomancer
name = "chef-o-mancer plush"
desc = "A plushie of a budding chef-o-mancer. Rumor is her favorite spell is 'Meat Loaf'. ~Handcrafted lovingly for Ruby Flamewing."
icon = 'monkestation/icons/obj/plushes.dmi'
icon_state = "chef"
4 changes: 4 additions & 0 deletions monkestation/code/modules/loadouts/items/toys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ GLOBAL_LIST_INIT(loadout_toys, generate_loadout_items(/datum/loadout_item/toys))
name = "Tiny Witch Plush"
item_path = /obj/item/toy/plush/tinywitchplush

/datum/loadout_item/toys/chefomancer
name = "Chef-o-Mancer Plush"
item_path = /obj/item/toy/plush/chefomancer

/*
* CARDS
*/
Expand Down
5 changes: 5 additions & 0 deletions monkestation/code/modules/store/store_items/toys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,8 @@ GLOBAL_LIST_INIT(store_toys, generate_store_items(/datum/store_item/toys))
name = "Tiny Witch Plush"
item_path = /obj/item/toy/plush/tinywitchplush
item_cost = 10000

/datum/store_item/toys/chefomancer
name = "Chef-o-Mancer Plush"
item_path = /obj/item/toy/plush/chefomancer
item_cost = 10000
Binary file modified monkestation/icons/obj/plushes.dmi
Binary file not shown.

0 comments on commit 9a5aef5

Please sign in to comment.