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) {
|
||||
i++;
|
||||
|
||||
if (i + refPowerValue >= cre.getCurrentToughness()) {
|
||||
attUnsafe.add(cre);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user