Update hostile.dm
This commit is contained in:
@@ -479,9 +479,6 @@ mob/living/simple_animal/hostile/proc/DestroySurroundings() // for use with mega
|
||||
|
||||
/mob/living/simple_animal/hostile/consider_wakeup()
|
||||
..()
|
||||
<<<<<<< HEAD
|
||||
if(AIStatus == AI_IDLE && FindTarget(ListTargets(), 1))
|
||||
=======
|
||||
var/list/tlist
|
||||
var/turf/T = get_turf(src)
|
||||
|
||||
@@ -498,6 +495,5 @@ mob/living/simple_animal/hostile/proc/DestroySurroundings() // for use with mega
|
||||
tlist = ListTargets()
|
||||
|
||||
if(AIStatus == AI_IDLE && FindTarget(tlist, 1))
|
||||
>>>>>>> f2dbe5c... Replace explicit z-level checks with defines (#33829)
|
||||
toggle_ai(AI_ON)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user