mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
* Sandstone Oracle - Fixed rule spelling.
This commit is contained in:
parent
702be67453
commit
975105fc4f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class SandstoneOracleEffect extends OneShotEffect {
|
||||||
|
|
||||||
SandstoneOracleEffect() {
|
SandstoneOracleEffect() {
|
||||||
super(Outcome.DrawCard);
|
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) {
|
SandstoneOracleEffect(final SandstoneOracleEffect effect) {
|
||||||
|
|
Loading…
Reference in a new issue