mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Zendikons: fix rules text
This commit is contained in:
parent
531577890d
commit
6d59ae2771
7 changed files with 7 additions and 7 deletions
|
|
@ -44,7 +44,7 @@ public class ReturnToHandAttachedEffect extends OneShotEffect {
|
|||
|
||||
public ReturnToHandAttachedEffect() {
|
||||
super(Outcome.ReturnToHand);
|
||||
staticText = "return that card to owner's hand";
|
||||
staticText = "return that card to its owner's hand";
|
||||
}
|
||||
|
||||
public ReturnToHandAttachedEffect(final ReturnToHandAttachedEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue