mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Improved AI using Show and Tell and Eureka.
This commit is contained in:
@@ -294,8 +294,6 @@ public class ChangeZoneAi extends SpellAbilityAi {
|
||||
}
|
||||
}
|
||||
|
||||
chance &= (r.nextFloat() < .8);
|
||||
|
||||
final AbilitySub subAb = sa.getSubAbility();
|
||||
chance &= subAb == null || subAb.getAi().chkDrawbackWithSubs(ai, subAb);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user