mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- CheckStyle.
This commit is contained in:
@@ -51,9 +51,10 @@ public class CharmAi extends SpellAiLogic {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (thisPick != null)
|
if (thisPick != null) {
|
||||||
chosenList.add(thisPick);
|
chosenList.add(thisPick);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
return chosenList.size() >= min ? chosenList : null;
|
return chosenList.size() >= min ? chosenList : null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user