Skip to content

Commit

Permalink
[MIRROR] Added Bee Plush & Fixed Farwa Plush
Browse files Browse the repository at this point in the history
  • Loading branch information
jwc1015 authored and LordNest committed Feb 21, 2025
1 parent 25b7995 commit 719745a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/game/objects/items/toys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -804,13 +804,20 @@
name = "farwa plush"
desc = "A farwa plush doll. It's soft and comforting!"
icon_state = "farwaplushie"
item_state = "farwaplush"


/obj/item/toy/plushie/thoom
name = "th'oom plush"
desc = "A plush Th'oom with big, button eyes. It smells like mushrooms."
icon_state = "thoomplushie"

/obj/item/toy/plushie/bee
name = "bee plush"
desc = "A plush space bee with large compound eyes. It smells faintly of honey."
icon_state = "beeplushie"
item_state = "beeplush"


/obj/item/toy/plushie/carp_gold
name = "carp plush"
Expand Down
1 change: 1 addition & 0 deletions code/modules/client/preference_setup/loadout/lists/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
plushes["deer plush"] = /obj/item/toy/plushie/deer
plushes["blue squid plush"] = /obj/item/toy/plushie/squid_blue
plushes["orange squid plush"] = /obj/item/toy/plushie/squid_orange
plushes["bee plush"] = /obj/item/toy/plushie/bee
gear_tweaks += new /datum/gear_tweak/path(plushes)

/datum/gear/workvisa
Expand Down
Binary file modified icons/mob/onmob/items/lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/onmob/items/righthand.dmi
Binary file not shown.
Binary file modified icons/obj/toy.dmi
Binary file not shown.

0 comments on commit 719745a

Please sign in to comment.