Better target priority + underBullets for pierce

This commit is contained in:
Anuken
2022-04-11 15:11:10 -04:00
parent ea9e5ae632
commit e2abc055a2
16 changed files with 37 additions and 7 deletions

View File

@@ -3,7 +3,8 @@ package mindustry.entities;
/** Higher priority blocks will always get targeted over those of lower priority, regardless of distance. */
public class TargetPriority{
public static final float
wall = -1f,
wall = -2f,
transport = -1f,
base = 0f,
constructing = 1f,
turret = 2f,