mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Implemented AI for Tasigur, the Golden Fang
This commit is contained in:
@@ -76,6 +76,13 @@ public class MillAi extends SpellAbilityAi {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
if (source.getName().equals("Tasigur, the Golden Fang")) {
|
||||
if (!ai.getGame().getPhaseHandler().is(PhaseType.END_OF_TURN, ai.getOpponent()) ||
|
||||
ai.getCardsIn(ZoneType.Library).size() < 10) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user