* Sage of Hours - Deactivated remove counters ability for AI to prevent that AI uses it over and aver again.

This commit is contained in:
LevelX2 2014-08-09 19:20:47 +02:00
parent 0178325e83
commit 10a664cc6f

View file

@ -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";
}