From ea2d3000d459220f20b29a8b95b652fc66719049 Mon Sep 17 00:00:00 2001 From: Fermi Date: Mon, 18 Feb 2019 23:38:10 +0000 Subject: [PATCH] Fixed grammar and pointed to correct sprite Have a nice day. --- code/game/objects/items/plushes.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 6c72a7b5d4..0d325b32ae 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -807,8 +807,9 @@ item_state = "robin" /obj/item/toy/plush/catgirl/fermis - name = "fermis" + name = "Fermis plushie" desc = "An adorable stuffed toy that resembles Fermis, comes complete with battery operated wagging tail! You get the impression she's cheering you on to to find happiness and be kind to people." + icon_state = "fermis" item_state = "fermis" attack_verb = list("cuddled", "petpatted", "wigglepurred") squeak_override = list('modular_citadel/sound/voice/merowr.ogg' = 1)