Skip to content

Commit

Permalink
squishimals! (#6549)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaybirdnerd authored Jun 29, 2024
1 parent 43a8f6f commit dc73fa7
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
12 changes: 12 additions & 0 deletions code/game/machinery/vending/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@
/obj/item/toy/plushie/doll = 3,
/obj/item/storage/daki = 10,
/obj/item/toy/gnome = 4,
/obj/item/toy/axi = 3,
/obj/item/toy/snek = 3,
/obj/item/toy/pan = 3,
/obj/item/toy/bun = 3,
/obj/item/toy/demon = 3,
/obj/item/toy/jay = 3
)
premium = list(
/obj/item/reagent_containers/food/drinks/bottle/champagne = 1,
Expand Down Expand Up @@ -176,6 +182,12 @@
/obj/item/toy/plushie/doll = 50,
/obj/item/storage/daki = 100,
/obj/item/toy/gnome = 20,
/obj/item/toy/axi = 30,
/obj/item/toy/snek = 30,
/obj/item/toy/pan = 30,
/obj/item/toy/bun = 25,
/obj/item/toy/demon = 15,
/obj/item/toy/jay = 10
)

//Custom vendors
Expand Down
37 changes: 37 additions & 0 deletions code/game/objects/items/toys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1786,3 +1786,40 @@
name = "giant lawn gnome"
icon_state = "gnome_giant"
desc = "A life-sized ceramic gnome statue, often used in lawn displays. For a brief while, carrying a gnome safely through hazardous areas was seen as a popular challenge."

//Squishimals
/obj/item/toy/axi
name = "Axiom the Axolotl Squishimal"
icon = 'icons/obj/toy.dmi'
icon_state = "axi"
desc = "Axiom the Axolotl, a little blue squishimal axolotl with fluffy fringes on his external gills."

/obj/item/toy/snek
name = "Sneki the Snake Squishimal"
icon = 'icons/obj/toy.dmi'
icon_state = "snek"
desc = "Sneki the Snake, a medium sized yellow snake squishimal with velvety ventral scales."

/obj/item/toy/pan
name = "Pandy the Red Panda Squishimal"
icon = 'icons/obj/toy.dmi'
icon_state = "pan"
desc = "Pandy the Red Panda, a large fluffy red panda squishimal with big soft ears and silky cheek fur."

/obj/item/toy/bun
name = "Matcha the Rabbit Squishimal"
icon = 'icons/obj/toy.dmi'
icon_state = "bun"
desc = "Matcha the Rabbit, a large green squishimal that faintly smells of green tea and has floppy ears."

/obj/item/toy/demon
name = "Demi the Imp Squishimal"
icon = 'icons/obj/toy.dmi'
icon_state = "demon"
desc = "Demi the Imp, a squishimal imp with scaley glittery ears and horns."

/obj/item/toy/jay
name = "Jaymes the Bluejay Squishimal"
icon = 'icons/obj/toy.dmi'
icon_state = "jay"
desc = "Jaymes the Bluejay, a smaller squishimal that looks to resemble probably someone's favorite bird. Fun fact: Bluejays are corvids!"
Binary file modified icons/obj/toy.dmi
Binary file not shown.

0 comments on commit dc73fa7

Please sign in to comment.