diff --git a/code/modules/mob/living/carbon/give.dm b/code/modules/mob/living/carbon/give.dm index 013d4d56a98..796f2997cc4 100644 --- a/code/modules/mob/living/carbon/give.dm +++ b/code/modules/mob/living/carbon/give.dm @@ -2,6 +2,9 @@ set category = "IC" set name = "Give" + if(!iscarbon(target)) //something is bypassing the give arguments, no clue what, adding a sanity check JIC + usr << "Wait a second... \the [target] HAS NO HANDS! AHH!" //cheesy messages ftw + return if(target.stat == 2 || usr.stat == 2|| target.client == null) return var/obj/item/I