From cf581b96b5f42d86f03bbd91592334c0e3413db9 Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Fri, 8 Nov 2019 17:34:57 +0100 Subject: [PATCH] more lizzers! Adding the code for some lizzer plushies, will commit icons after rosarks PR is merged to avoid conflicts --- code/game/objects/items/plushes.dm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 4847919a08..12e48d7824 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -558,6 +558,24 @@ item_state = "almaz" squeak_override = list('modular_citadel/sound/voice/raptor_purr.ogg' = 1) +/obj/item/toy/plush/lizardplushie/augments + icon_state = "augments" + item_state = "augments" + squeak_override = list('modular_citadel/sound/voice/weh.ogg' = 1) //I have no mouth and I must weh + attack_verb = list("hugged", "patted", "snugged", "booped") //Snowflake code I know weeh. + +/obj/item/toy/plush/lizardplushie/xekov + icon_state = "xekov" + item_state = "xekov" + +/obj/item/toy/plush/lizardplushie/greg + icon_state = "greg" + item_state = "greg" + +/obj/item/toy/plush/lizardplush/sin + icon_state = "sin" + item_state = "sin" + /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."