diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index aa77411b..a33c2d7d 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -649,6 +649,13 @@ icon_state = "suru" item_state = "suru" +/obj/item/toy/plush/mothplushie/moffplush + name = "moth plushie" + desc = "A plushie depicting an adorable mothperson. It's a huggable bug!" + icon_state = "moffplush" + item_state = "moffplush" + squeak_override = list('modular_citadel/sound/voice/scream_moth.ogg' = 1) + /obj/item/toy/plush/xeno name = "xenohybrid plushie" desc = "An adorable stuffed toy that resmembles a xenomorphic crewmember." @@ -762,6 +769,13 @@ icon_state = "jewel" item_state = "jewel" +/obj/item/toy/plush/bird/Kenk + name = "Kenku plushie" + desc = "An adorable stuffed plushie that resembles a Kenku, perfect to sit on." + icon_state = "Kenk" + item_state = "Kenk" + squeak_override = list('modular_citadel/sound/voice/merp.ogg' = 1) + /obj/item/toy/plush/sergal name = "sergal plushie" desc = "An adorable stuffed plushie that resembles a sagaru." diff --git a/icons/obj/plushes.dmi b/icons/obj/plushes.dmi index c6c47fd6..bf7438a8 100644 Binary files a/icons/obj/plushes.dmi and b/icons/obj/plushes.dmi differ