Update hostile.dm

This commit is contained in:
Poojawa
2017-09-21 15:40:04 -05:00
committed by GitHub
parent dd7189618f
commit b7739d1c77
@@ -228,7 +228,7 @@
if(!target || !CanAttack(target))
LoseTarget()
return 0
if(isturf(target.loc))
if(ismob(target.loc))
LoseTarget()
return 0
if(target in possible_targets)