mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Fixed AI attack hangup if all possible attackers would deal no damage.
This commit is contained in:
@@ -214,6 +214,8 @@ public class ComputerUtil_Attack2 {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (attackersLeft.isEmpty()) return combat;
|
||||||
|
|
||||||
// *******************
|
// *******************
|
||||||
// start of edits
|
// start of edits
|
||||||
// *******************
|
// *******************
|
||||||
|
|||||||
Reference in New Issue
Block a user