*I did not forget a checkstateeffects call in subtractcounters before. You're just imagining things.

This commit is contained in:
jendave
2011-08-06 20:19:40 +00:00
parent c3a231466a
commit 3f9583406b

View File

@@ -572,6 +572,9 @@ public class Card extends MyObservable {
AllZone.GameAction.playCardNoCost(c);
}
}
AllZone.GameAction.checkStateEffects();
this.updateObservers();
}
}