Merge pull request #19223 from Cruix/more_fixes

Fixes drone runtime and security records consoles.
This commit is contained in:
oranges
2016-07-11 08:59:15 +12:00
committed by GitHub
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)