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:
Zzooouhh 2018-01-08 17:23:12 +00:00 committed by GitHub
parent 6769630308
commit 1109d2b246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ public class ChangelingAbility extends StaticAbility implements MageSingleton {
}
private ChangelingAbility() {
super(Zone.BATTLEFIELD, null);
super(Zone.ALL, null);
}
@Override