diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 249f0cb56b..b5bb4fa233 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -627,9 +627,12 @@ gender = FEMALE squeak_override = list('modular_citadel/sound/voice/scream_moth.ogg' = 1) -/obj/item/toy/plush/mothplushie/bumble +/obj/item/toy/plush/mothplushie + name = "insect plushie" + desc = "An adorable stuffed toy that resembles some kind of insect" icon_state = "bumble" item_state = "bumble" + squeak_override = list('modular_citadel/sound/voice/mothsqueak.ogg' = 1) /obj/item/toy/plush/mothplushie/nameko icon_state = "nameko"