- Fixed AI attack hangup if all possible attackers would deal no damage.

This commit is contained in:
jendave
2011-08-06 20:11:45 +00:00
parent 60403c9cdc
commit 5b87ff4e32

View File

@@ -214,6 +214,8 @@ public class ComputerUtil_Attack2 {
}
});
if (attackersLeft.isEmpty()) return combat;
// *******************
// start of edits
// *******************