* Compelling Deterrance - Fixed that static effects of the card that goes to hand did not end before the discard happens (fixes #3368);

This commit is contained in:
LevelX2 2017-05-21 00:14:06 +02:00
parent 40f192eafc
commit ca9f596e4a
2 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@ public class CastOnlyDuringPhaseStepSourceEffect extends ContinuousRuleModifying
return true;
}
}
return false; // casr not prevented by this effect
return false; // cast not prevented by this effect
}
@Override