mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08: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() {
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue