diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm index 6bc02ada4f3..6684a605f5a 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -1350,6 +1350,12 @@ // Y CKEYS +/datum/gear/fluff/lemon_plush + path = /obj/item/toy/plushie/fluff/lemonplush + display_name = "yellow slime plushie" + ckeywhitelist = list("yecrowbarman") + character_name = list("Lemon Yellow", "Lemon Gettler Yellow", "Lemon Lee Yellow", "Lemon Jade Yellow") //different sleeves, same char + // Z CKEYS /datum/gear/fluff/tachika_medal path = /obj/item/clothing/accessory/medal/conduct diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index f21eed951f3..d9d24d5bb20 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1459,4 +1459,12 @@ icon_state = "kimeowshi" attack_verb = list("blorbled", "slimed", "absorbed", "glomped") gender = PLURAL // this seems like a good idea but probably prone to changing. todo: ask dan - // the only reason this thought is relevant because the base slimeplush has its gender set to female \ No newline at end of file + // the only reason this thought is relevant because the base slimeplush has its gender set to female + +//YeCrowbarMan - Lemon Yellow +/obj/item/toy/plushie/fluff/lemonplush + name = "yellow slime plushie" + desc = "A well-worn slime custom-made yellow plushie, extensively hugged and loved. It reeks of lemon." + icon = 'icons/vore/custom_items_vr.dmi' + icon_state = "lemonplush" + attack_verb = list("blorbled", "slimed", "absorbed", "glomped") \ No newline at end of file diff --git a/icons/vore/custom_items_vr.dmi b/icons/vore/custom_items_vr.dmi index ca6f3dfa19e..45d064e1b65 100644 Binary files a/icons/vore/custom_items_vr.dmi and b/icons/vore/custom_items_vr.dmi differ