mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Removed an unnecessary empty line.
This commit is contained in:
@@ -621,7 +621,6 @@ public class AiAttackController {
|
|||||||
|
|
||||||
for (Card cre : attSorted) {
|
for (Card cre : attSorted) {
|
||||||
i++;
|
i++;
|
||||||
|
|
||||||
if (i + refPowerValue >= cre.getCurrentToughness()) {
|
if (i + refPowerValue >= cre.getCurrentToughness()) {
|
||||||
attUnsafe.add(cre);
|
attUnsafe.add(cre);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user