From cc901128c4e15395568413921a65ccc5bae7e779 Mon Sep 17 00:00:00 2001 From: Tupinambis Date: Thu, 11 Jul 2019 18:03:32 -0500 Subject: [PATCH] Oops I broke descriptions and sounds. Let me fix that. --- code/game/objects/items/plushes.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"