More avoidance

This commit is contained in:
Anuken
2018-11-04 17:10:09 -05:00
parent 192814650d
commit fa4491340a

View File

@@ -306,7 +306,7 @@ public abstract class BaseUnit extends Unit implements ShooterTrait{
return;
}
avoidOthers(1.2f);
avoidOthers(1.25f);
if(spawner != -1 && (world.tile(spawner) == null || world.tile(spawner).entity == null)){
damage(health);