diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index 6605181b94..48d892c2b8 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1362,7 +1362,7 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie /obj/item/weapon/fluff/kitchi_injector/attack(mob/living/M, mob/living/user) if(M.ckey != "Ketrai") - user << "Something compels you to not use this injector." + user << "Something compels you to not use this injector." return if(usr == M) //Is the person using it on theirself?