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