Fixed security records consoles search function not working.

Fixed drones attacking humans with an empty hand runtiming.
This commit is contained in:
unknown
2016-07-09 00:39:03 -04:00
parent 7b77def821
commit 46221017f2
2 changed files with 3 additions and 2 deletions
@@ -904,7 +904,8 @@
//////////////////
/datum/species/proc/spec_attack_hand(mob/living/carbon/human/M, mob/living/carbon/human/H)
if(!istype(M))
return
CHECK_DNA_AND_SPECIES(M)
CHECK_DNA_AND_SPECIES(H)