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) { 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;
} }