- 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:
Jeff Wadsworth 2022-02-04 15:14:12 -06:00
parent 0c81ce9801
commit d3d25d9e3d

View file

@ -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.
Effect effect = new SasayaOrochiAscendantFlipEffect();
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) {