* Sandstone Oracle - Fixed rule spelling.

This commit is contained in:
LevelX2 2015-11-22 11:07:11 +01:00
parent 702be67453
commit 975105fc4f

View file

@ -76,7 +76,7 @@ class SandstoneOracleEffect extends OneShotEffect {
SandstoneOracleEffect() {
super(Outcome.DrawCard);
this.staticText = "choose an opponent. If that player has more cards in hand that you, draw cards equal to the difference";
this.staticText = "choose an opponent. If that player has more cards in hand than you, draw cards equal to the difference";
}
SandstoneOracleEffect(final SandstoneOracleEffect effect) {