diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 5289fdb5e..7318bc957 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -948,6 +948,13 @@ icon_state = "marisol" item_state = "marisol" +/obj/item/toy/plush/mammal/freddy + name = "Felix Fastbear plushie" + desc = "An adorable stuffed plushie that resembles a bear with a bow tie and a top hat with buttons for eyes." + icon_state = "freddy" + item_state = "freddy" + squeak_override = list('modular_citadel/sound/voice/merp.ogg' = 1) + /obj/item/toy/plush/catgirl name = "feline plushie" desc = "An adorable stuffed toy that resembles a feline." diff --git a/icons/obj/plushes.dmi b/icons/obj/plushes.dmi index c1d136d9f..a6ea79984 100644 Binary files a/icons/obj/plushes.dmi and b/icons/obj/plushes.dmi differ