From d9fe2e0e7edf569984958c3970f656495196c86e Mon Sep 17 00:00:00 2001 From: Code-Cygnet <54194215+Code-Cygnet@users.noreply.github.com> Date: Sat, 16 Nov 2019 23:13:21 -0500 Subject: [PATCH] Updates plushes.dm Adds new Marilyn plush. Updates plushes.dm from Cit mother branch as well. --- code/game/objects/items/plushes.dm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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")