mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Made Changeling take effect in all zones
Still doesn't fix Path of Ancestry interaction of Dr. Julius Jumblemorph though
This commit is contained in:
parent
6769630308
commit
1109d2b246
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class ChangelingAbility extends StaticAbility implements MageSingleton {
|
|||
}
|
||||
|
||||
private ChangelingAbility() {
|
||||
super(Zone.BATTLEFIELD, null);
|
||||
super(Zone.ALL, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue