diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 1a1ac843de..742237df38 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -688,6 +688,8 @@ item_state = "jewel" /obj/item/toy/plush/sergal + name = "sergal plushie" + desc = "An adorable stuffed plushie that resembles a sagaru." icon_state = "faux" item_state = "faux" squeak_override = list('modular_citadel/sound/voice/merp.ogg' = 1)