diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 44809e7f09..bd04d194c0 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -576,11 +576,19 @@ icon_state = "greg" item_state = "greg" -/obj/item/toy/plush/lizardplush/sin +/obj/item/toy/plush/lizardplushie/sin icon_state = "sin" item_state = "sin" desc = "An adorable stuffed toy that resembles a lizardperson.. It faintly smells of sulfur." +/obj/items/toy/plush/lizardplushie/ends + icon_state = "ends" + item_state = "ends" + +/obj/items/toy/plush/lizardplushie/lyssa + icon_state = "lyssa" + item_state = "lyssa" + /obj/item/toy/plush/snakeplushie name = "snake plushie" desc = "An adorable stuffed toy that resembles a snake. Not to be mistaken for the real thing." diff --git a/icons/obj/plushes.dmi b/icons/obj/plushes.dmi index 32eeebe203..90755eafc1 100644 Binary files a/icons/obj/plushes.dmi and b/icons/obj/plushes.dmi differ