Added Sen Triplets (Alara Reborn = 100%).

This commit is contained in:
LevelX2 2015-06-23 16:15:14 +02:00
parent 5b02b5b32c
commit 2547753dcb
40 changed files with 249 additions and 51 deletions

View file

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