Skip to content

Commit

Permalink
zaddat plush.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiramisuapimancer committed Jul 30, 2023
1 parent 0941bba commit 32742c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions code/game/objects/items/toys/toys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -968,17 +968,23 @@
return ..()

/obj/item/toy/plushie/nymph
name = "Diona nymph plush"
name = "\improper Diona nymph plush"
desc = "A plushie of an adorable Diona nymph! While its level of self-awareness is still being debated, its level of cuteness is not."
icon_state = "nymphplushie"
pokephrase = "Chirp!"

/obj/item/toy/plushie/teshari
name = "Teshari plush"
name = "\improper Teshari plush"
desc = "This is a plush Teshari. Very soft, with a pompom on the tail. The toy is made well, as if alive. Looks like she is sleeping. Shhh!"
icon_state = "teshariplushie"
pokephrase = "Rya!"

/obj/item/toy/plushie/zaddat
name = "\improper Zaddat plush"
desc = "A plushie depicting a stylized Zaddat Shroud, presumably with a little Zaddat inside. It's suspiciously cute."
icon_state = "zaddatplushie"
pokephrase = "Chirrp~!" //Rating: NOT cute, Zaddat only make this sound when they are stressed!

/obj/item/toy/plushie/mouse
name = "mouse plush"
desc = "A plushie of a delightful mouse! What was once considered a vile rodent is now your very best friend."
Expand All @@ -1004,7 +1010,7 @@
pokephrase = "Sksksk!"

/obj/item/toy/plushie/farwa
name = "Farwa plush"
name = "\improper Farwa plush"
desc = "A Farwa plush doll. It's soft and comforting!"
icon_state = "farwaplushie"
pokephrase = "Squaw!"
Expand Down Expand Up @@ -1214,7 +1220,7 @@
item_state = "egg3" // It's the green egg in items_left/righthand

/obj/item/toy/plushie/fumo
name = "Fumo"
name = "\improper Fumo"
desc = "A plushie of a....?."
icon_state = "fumoplushie"
pokephrase = "I just don't think about losing."
Expand Down
Binary file modified icons/obj/toy.dmi
Binary file not shown.

0 comments on commit 32742c7

Please sign in to comment.