diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm index d316fe22df..e248c96aaf 100644 --- a/code/game/objects/items/toys.dm +++ b/code/game/objects/items/toys.dm @@ -944,6 +944,11 @@ desc = "A plushie of a scaly lizard! Very controversial, after being accused as \"racist\" by some Unathi." icon_state = "lizardplushie" +/obj/item/toy/plushie/spider + name = "spider plush" + desc = "A plushie of a fuzzy spider! It has eight legs - all the better to hug you with." + icon_state = "spiderplushie" + //Toy cult sword /obj/item/toy/cultsword name = "foam sword" diff --git a/icons/obj/toy.dmi b/icons/obj/toy.dmi index 043a93c6a4..46c280252e 100644 Binary files a/icons/obj/toy.dmi and b/icons/obj/toy.dmi differ