From a77c6d76eb834b37ce38b164458720dcb72d1d3a Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Tue, 29 Aug 2017 18:36:08 -0400 Subject: [PATCH] Update custom_items_vr.dm --- 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 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?