mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
- disabled AI from using Sasaya, Orochi Ascendant for now. Repetition needs to be rectified first. It leads to infinite games for users. #8611
This commit is contained in:
parent
0c81ce9801
commit
d3d25d9e3d
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ public final class SasayaOrochiAscendant extends CardImpl {
|
||||||
// Reveal your hand: If you have seven or more land cards in your hand, flip Sasaya, Orochi Ascendant.
|
// Reveal your hand: If you have seven or more land cards in your hand, flip Sasaya, Orochi Ascendant.
|
||||||
Effect effect = new SasayaOrochiAscendantFlipEffect();
|
Effect effect = new SasayaOrochiAscendantFlipEffect();
|
||||||
effect.setOutcome(Outcome.AIDontUseIt); // repetition issues need to be fixed for the AI to use this effectively
|
effect.setOutcome(Outcome.AIDontUseIt); // repetition issues need to be fixed for the AI to use this effectively
|
||||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new SasayaOrochiAscendantFlipEffect(), new RevealHandSourceControllerCost()));
|
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, effect, new RevealHandSourceControllerCost()));
|
||||||
}
|
}
|
||||||
|
|
||||||
private SasayaOrochiAscendant(final SasayaOrochiAscendant card) {
|
private SasayaOrochiAscendant(final SasayaOrochiAscendant card) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue