ishuman changed to istype for previously defined scope

This commit is contained in:
Hornygranny
2014-09-23 10:43:26 -07:00
parent 4176e6d106
commit 8aa5fd2ff6
+1 -1
View File
@@ -697,7 +697,7 @@ Destroy type values:
..()
/obj/structure/table/MouseDrop_T(mob/target, mob/living/carbon/human/user)
if(istype(target) && user == target && ishuman(user))
if(istype(target) && user == target && istype(user))
if(user.canmove)
climb_table(user)