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