diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 10e254e30f..1e3ed7a263 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -907,6 +907,12 @@ item_state = "marisol" attack_verb = list("arrested", "harmbattoned", "lasered") +/obj/item/toy/plush/mammal/minty + desc = "An adorable stuffed toy resembling some sort of crew member. It smells like mint.." + icon_state = "minty" + item_state = "minty" + attack_verb = list("freshened", "brushed") + /obj/item/toy/plush/mammal/dog desc = "An adorable stuffed toy that resembles a canine." icon_state = "katlin" diff --git a/icons/obj/plushes.dmi b/icons/obj/plushes.dmi index 90755eafc1..f29208e71f 100644 Binary files a/icons/obj/plushes.dmi and b/icons/obj/plushes.dmi differ