diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 5fe8e71d5d..482890a1e6 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -768,6 +768,11 @@ icon_state = "fox" item_state = "fox" +/obj/item/toy/plush/mammal/rae + desc = "An adorable stuffed toy of an artic fox." + icon_state = "rae" + item_state = "rae" + /obj/item/toy/plush/mammal/zed icon_state = "zed" item_state = "zed" diff --git a/icons/obj/plushes.dmi b/icons/obj/plushes.dmi index 70466a96b4..7ca7b068b0 100644 Binary files a/icons/obj/plushes.dmi and b/icons/obj/plushes.dmi differ