@ -892,7 +892,10 @@ def depthLimitedSearch2(curAnimals, turn, ID): # depth = 2
x = elephantAttack(curAnimals, ID, turn)
if x:
return x
else:
x = huangLAE(curAnimals, ID, turn)
x = eagleToHome(curAnimals, ID, turn)