Update custom_items_vr.dm

This commit is contained in:
Cameron653
2017-08-29 18:36:08 -04:00
committed by GitHub
parent 1d7d778431
commit a77c6d76eb

View File

@@ -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 << "<span class='warning'>Something compels you to <i> not </i> use this injector.</span>"
user << "<span class='warning'>Something compels you to <i>not</i> use this injector.</span>"
return
if(usr == M) //Is the person using it on theirself?