* Narset, Enlightened Master - Fixed that it was also wrongly allowed to play exiled lands.

This commit is contained in:
LevelX2 2014-12-02 10:42:48 +01:00
parent e6c4be6b5b
commit be0346c71d
23 changed files with 27 additions and 27 deletions

View file

@ -229,7 +229,7 @@ class ChandraPyromasterEffect2 extends OneShotEffect {
class ChandraPyromasterCastFromExileEffect extends AsThoughEffectImpl {
public ChandraPyromasterCastFromExileEffect() {
super(AsThoughEffectType.CAST_FROM_NON_HAND_ZONE, Duration.EndOfTurn, Outcome.Benefit);
super(AsThoughEffectType.PLAY_FROM_NON_HAND_ZONE, Duration.EndOfTurn, Outcome.Benefit);
staticText = "You may play the card from exile this turn";
}