From 5c89447cf9447a9d9214f72f2365f6741de71440 Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Sat, 16 Nov 2019 09:56:57 +0000 Subject: [PATCH] Update plushes.dm --- code/game/objects/items/plushes.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 90e2efabc4..ffbbea84dc 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -1014,3 +1014,9 @@ icon_state = "maya" item_state = "maya" attack_verb = list("nuked", "arrested", "harmbatonned") + +/obj/item/toy/plush/catgirl/marisa + desc = "An adorable stuffed toy that resembles a crew member, or maybe a witch. Having it makes you feel you can win." + icon_state = "marisa" + item_state = "marisa" + attack_verb = list("blasted", "sparked", "dazzled")