mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-09 10:18:40 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
179cedd6cc
@ -5,7 +5,7 @@ import mindustry.gen.*;
|
||||
|
||||
public enum RadarTarget{
|
||||
any((team, other) -> true),
|
||||
enemy((team, other) -> team != other.team),
|
||||
enemy((team, other) -> team != other.team && other.team != Team.derelict),
|
||||
ally((team, other) -> team == other.team),
|
||||
player((team, other) -> other.isPlayer()),
|
||||
attacker((pos, other) -> other.canShoot()),
|
||||
|
Loading…
Reference in New Issue
Block a user