forked from SteamWar/SteamWar
Improve YoyoNowAI.schematic
This commit is contained in:
@@ -51,6 +51,8 @@ public class YoyoNowAI extends AI {
|
||||
|
||||
@Override
|
||||
public void schematic(Clipboard clipboard) {
|
||||
selectedSchematic = MiniWarGear20.select(team.getSchematic());
|
||||
if (selectedSchematic == null) stop();
|
||||
}
|
||||
|
||||
private final Random random = new Random();
|
||||
|
||||
Reference in New Issue
Block a user