mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
Fix them faggot bats again
Conflicts: code/modules/mob/living/simple_animal/hostile/hostile.dm
This commit is contained in:
@@ -84,7 +84,10 @@
|
||||
Targets = FoundTarget
|
||||
break
|
||||
if(CanAttack(A))//Can we attack it?
|
||||
Targets.Add(A)
|
||||
if(istype(src, /mob/living/simple_animal/hostile/scarybat))
|
||||
if(A == src:owner)
|
||||
continue
|
||||
Targets += A
|
||||
continue
|
||||
Target = PickTarget(Targets)
|
||||
return Target //We now have a target
|
||||
|
||||
Reference in New Issue
Block a user