mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fixed Mind Control and related cards not properly changing control when stolen from another player's library
This commit is contained in:
parent
5dd34f24cb
commit
b25f8c8881
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class ControlEnchantedEffect extends ContinuousEffectImpl {
|
||||||
switch (layer) {
|
switch (layer) {
|
||||||
case ControlChangingEffects_2:
|
case ControlChangingEffects_2:
|
||||||
if (sublayer == SubLayer.NA) {
|
if (sublayer == SubLayer.NA) {
|
||||||
permanent.changeControllerId(source.getControllerId(), game);
|
permanent.changeControllerId(enchantment.getControllerId(), game);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue