diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index c027d1201b52b..fd4789a0e5161 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -673,6 +673,16 @@ desc = "An adorable mothperson plushy. It's a colorfull bug!" icon_state = "moffplush_rainbow" +/obj/item/toy/plush/moth/witchwing + name = "witch wing moth plushie" + desc = "An adorable mothperson plushy. It's a mothable bug!" + icon_state = "moffplush_witchwing" + +/obj/item/toy/plush/moth/medicalmoff + name = "medical moth plushie" + desc = "An adorable mothperson plushy. It's an anxious bug!" + icon_state = "moffplush_medicalmoff" + /obj/item/toy/plush/crossed name = "ghost plushie" desc = "It reminds you of someone important, you just can't make out who." diff --git a/icons/obj/plushes.dmi b/icons/obj/plushes.dmi index 9a4f30ba66e9f..e9df1f30440d8 100644 Binary files a/icons/obj/plushes.dmi and b/icons/obj/plushes.dmi differ