diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 7807c026..0debc38f 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -926,6 +926,16 @@ item_state = "marie" attack_verb = list("awoo'd", "shoved", "bonked") +/obj/item/toy/plush/mammal/marisol + desc = "An adorable stuffed toy resembling a demi-wolf security officer. That a baton, or is she happy to see you..?" + icon_state = "marisol" + item_state = "marisol" + +/obj/item/toy/plush/mammal/marilyn + desc = "A cute stuffed fox toy. Now, about that sponge bath..." + icon_state = "marilyn" + item_state = "marilyn" + /obj/item/toy/plush/catgirl name = "feline plushie" desc = "An adorable stuffed toy that resembles a feline." @@ -940,7 +950,7 @@ item_state = "mikeel" /obj/item/toy/plush/catgirl/skylar - desc = "An adorable stuffed toy that resembles a degenerate." + desc = "An adorable stuffed toy that resembles a pure and good cat boy." icon_state = "skylar" item_state = "skylar" attack_verb = list("powergamed", "merged", "tabled") diff --git a/icons/obj/plushes.dmi b/icons/obj/plushes.dmi index a8e6b20e..ce3e0ada 100644 Binary files a/icons/obj/plushes.dmi and b/icons/obj/plushes.dmi differ