From 1ff058ac50258dc82d5b2b53121788b4e9cb3bb9 Mon Sep 17 00:00:00 2001 From: BlackMajor Date: Wed, 20 Feb 2019 21:27:31 +1300 Subject: [PATCH] Whoops --- code/game/objects/items/plushes.dm | 2 ++ 1 file changed, 2 insertions(+) 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)