Skip to content

Commit

Permalink
Fumo Revival (#16268)
Browse files Browse the repository at this point in the history
Co-authored-by: Barnet <[email protected]>
  • Loading branch information
Barnet2 and Barnet authored Jul 15, 2024
1 parent 9890cee commit dd68570
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions code/game/objects/items/toys/toys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,18 @@
worn_icon_state = "rounyplush"
attack_verb = list("slashes", "bites", "pounces")

/obj/item/toy/plush/witch
name = "witch plushie"
desc = "A plushie depicting an adorable witch. It likes to steal books."
icon_state = "marisa"
worn_icon_state = "marisa"

/obj/item/toy/plush/fairy
name = "fairy plushie"
desc = "A plushie depicting an adorable fairy. It's cold to the touch."
icon_state = "cirno"
worn_icon_state = "cirno"

#define HIGH_GNOME_MOVE_RANGE 40
#define STANDARD_GNOME_PIPE_CHANCE 50
#define GNOME_EXCLUSION_RANGE 21 //20 is the max view of a ghost
Expand Down
2 changes: 2 additions & 0 deletions code/game/objects/machinery/computer/arcade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
/obj/item/toy/plush/slime = 2,
/obj/item/toy/plush/moth = 2,
/obj/item/toy/plush/rouny = 1,
/obj/item/toy/plush/witch = 1,
/obj/item/toy/plush/fairy = 1,
)

/obj/machinery/computer/arcade
Expand Down
Binary file modified icons/obj/items/toy.dmi
Binary file not shown.

0 comments on commit dd68570

Please sign in to comment.