Update hostile.dm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user