Better target priority + underBullets for pierce
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user