mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
* Sage of Hours - Deactivated remove counters ability for AI to prevent that AI uses it over and aver again.
This commit is contained in:
parent
0178325e83
commit
10a664cc6f
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class SageOfHoursCost extends CostImpl {
|
|||
class SageOfHoursEffect extends OneShotEffect {
|
||||
|
||||
public SageOfHoursEffect() {
|
||||
super(Outcome.GainLife);
|
||||
super(Outcome.AIDontUseIt); // AI uses it endless therefore deactivated
|
||||
this.staticText = "For each five counters removed this way, take an extra turn after this one";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue