Ckey check

This commit is contained in:
killer653
2017-08-29 17:28:59 -04:00
parent c5ae135759
commit 1d7d778431

View File

@@ -1361,6 +1361,10 @@ 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>"
return
if(usr == M) //Is the person using it on theirself?
if(ishuman(M)) //If so, monkify them.
var/mob/living/carbon/human/H = user