diff --git a/FightSystem/FightSystem_Core/src/de/steamwar/fightsystem/ai/yoyonow/YoyoNowAI.java b/FightSystem/FightSystem_Core/src/de/steamwar/fightsystem/ai/yoyonow/YoyoNowAI.java index 96d075c3..e554d817 100644 --- a/FightSystem/FightSystem_Core/src/de/steamwar/fightsystem/ai/yoyonow/YoyoNowAI.java +++ b/FightSystem/FightSystem_Core/src/de/steamwar/fightsystem/ai/yoyonow/YoyoNowAI.java @@ -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();