* Fixed a bug that self scope were checked for non relevant events (fixes #1350).

This commit is contained in:
LevelX2 2015-11-07 13:32:15 +01:00
parent b1c3d690f5
commit d596a1ef83
5 changed files with 38 additions and 32 deletions

View file

@ -131,7 +131,7 @@ class NayaSoulbeastReplacementEffect extends ReplacementEffectImpl {
public static final String SOURCE_CAST_SPELL_ABILITY = "sourceCastSpellAbility";
public NayaSoulbeastReplacementEffect() {
super(Duration.OneUse, Outcome.BoostCreature, true);
super(Duration.OneUse, Outcome.BoostCreature);
staticText = "{this} enters the battlefield with X +1/+1 counters on it, where X is the total converted mana cost of all cards revealed this way";
}