Skip to content

Commit

Permalink
plush update (#2470)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitsunemitsu authored Oct 13, 2024
1 parent 038bc46 commit 7ca6d97
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions code/game/objects/items/plushes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,15 @@
attack_verb_simple = list("impale", "joust")
gender = FEMALE

/obj/item/toy/plush/don/attack_self(mob/user)
..()
icon_state = "don_yahoo"
addtimer(CALLBACK(src, PROC_REF(sprite_return)), 3 SECONDS)

//So you can make her yahoo again
/obj/item/toy/plush/don/proc/sprite_return(mob/user)
icon_state = "don"

/obj/item/toy/plush/ryoshu
name = "ryoshu plushie"
desc = "A plushie depicting a artistic sinner."
Expand Down Expand Up @@ -559,6 +568,12 @@
icon_state = "samjo"
gender = MALE

/obj/item/toy/plush/zena
name = "zena plushie"
desc = "A plushie depicting an aloof arbiter."
icon_state = "zena"
gender = FEMALE

/obj/item/toy/plush/blank
name = "plushie blank"
desc = "A humanoid plush that had been freshly made or stripped down to its cloth. Despite its lack of identity, the mere aknowelegement of this plushie makes it unique."
Expand Down
Binary file modified icons/obj/plushes.dmi
Binary file not shown.

0 comments on commit 7ca6d97

Please sign in to comment.