1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-03-31 17:00:10 -09:00

fixed Mind Control and related cards not properly changing control when stolen from another player's library

This commit is contained in:
Evan Kranzler 2017-09-29 11:28:41 -04:00
parent 5dd34f24cb
commit b25f8c8881

View file

@ -41,7 +41,7 @@ public class ControlEnchantedEffect extends ContinuousEffectImpl {
switch (layer) {
case ControlChangingEffects_2:
if (sublayer == SubLayer.NA) {
permanent.changeControllerId(source.getControllerId(), game);
permanent.changeControllerId(enchantment.getControllerId(), game);
}
break;
}