From a5b1befc6d964eb2787c87b413cae3854a773d09 Mon Sep 17 00:00:00 2001 From: Konabird Date: Sun, 4 Mar 2018 14:37:20 -0600 Subject: [PATCH] Fixes Rischi's egg implant to actually work --- code/modules/vore/fluffstuff/custom_items_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index b87b23cd87..185df37bde 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1031,7 +1031,7 @@ if(usr.incapacitated() || usr.stat > CONSCIOUS) return - var/obj/item/weapon/implant/reagent_generator/yonra/rimplant + var/obj/item/weapon/implant/reagent_generator/rischi/rimplant for(var/I in contents) if(istype(I, /obj/item/weapon/implant/reagent_generator)) rimplant = I