diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index c93c79a25d..43de28d4ec 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -631,13 +631,6 @@ gender = FEMALE squeak_override = list('modular_citadel/sound/voice/scream_moth.ogg' = 1) -/obj/item/toy/plush/mothplushie - name = "insect plushie" - desc = "An adorable stuffed toy that resembles some kind of insect" - icon_state = "cydia" - item_state = "cydia" - squeak_override = list('modular_citadel/sound/voice/mothsqueak.ogg' = 1) - /obj/item/toy/plush/mothplushie/bumble icon_state = "bumble" item_state = "bumble" diff --git a/icons/obj/plushes.dmi b/icons/obj/plushes.dmi index 586bca61aa..ce623f52b7 100644 Binary files a/icons/obj/plushes.dmi and b/icons/obj/plushes.dmi differ