stunbaton runtime comment

This commit is contained in:
Ty-Omaha
2018-10-15 01:01:39 -04:00
parent adbf0bb2cc
commit 2862503d2b
+1 -1
View File
@@ -139,7 +139,7 @@
/obj/item/melee/baton/proc/baton_stun(mob/living/L, mob/user)
if(!ismob(L))
if(!ismob(L)) //because this was being called on turfs for some reason
return
if(ishuman(L))