mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
Text fix
This commit is contained in:
parent
368a714363
commit
8f3c4c1fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class PulseOfTheGridReturnToHandEffect extends OneShotEffect {
|
|||
|
||||
PulseOfTheGridReturnToHandEffect() {
|
||||
super(Outcome.Benefit);
|
||||
this.staticText = "Draw two cards, then discard a card. Then if an opponent has more cards in hand than you, return {this} to its owner's hand";
|
||||
this.staticText = "Then if an opponent has more cards in hand than you, return {this} to its owner's hand";
|
||||
}
|
||||
|
||||
PulseOfTheGridReturnToHandEffect(final PulseOfTheGridReturnToHandEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue