Skip to content

Commit

Permalink
plushie! (Monkestation#2999)
Browse files Browse the repository at this point in the history
  • Loading branch information
CannibalHunter authored Aug 19, 2024
1 parent e3fb6d5 commit af05952
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions monkestation/code/modules/donator/code/datum/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,12 @@
donator_only = TRUE
requires_purchase = FALSE

/datum/loadout_item/toys/pooba_bee_plush
name = "Bumbliest Bee Plushie"
item_path = /obj/item/toy/plush/pooba_bee_plush
donator_only = TRUE
requires_purchase = FALSE

//Mr_Sandman02
/datum/loadout_item/suit/menacing_jacket
name = "Menacing Jacket"
Expand Down
6 changes: 6 additions & 0 deletions monkestation/code/modules/donator/code/item/plush.dm
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,9 @@
desc = "A plushie meant to resemble one of Nanotransen's Tizirian employees. If you put your ear up to it, you swear you could hear a cacophony of terrified rats screaming for their lives. Smells like space cleaner."
icon = 'monkestation/code/modules/donator/icons/obj/plushes.dmi'
icon_state = "bluedragon66"

/obj/item/toy/plush/pooba_bee_plush
name = "bumbliest bee plushie"
desc = "God damn thats a cute bee."
icon = 'monkestation/code/modules/donator/icons/obj/plushes.dmi'
icon_state = "poba_fat_bee"
Binary file modified monkestation/code/modules/donator/icons/obj/plushes.dmi
Binary file not shown.

0 comments on commit af05952

Please sign in to comment.