Assert if Sakashima copied SpellStutter by S/T

This commit is contained in:
Alexsandro 2017-03-06 21:11:09 -03:00
parent 3c5bd9acce
commit b83bc9d68a
2 changed files with 2 additions and 15 deletions

View file

@ -135,21 +135,6 @@ class SpellstutterSpriteCounterTargetEffect extends OneShotEffect {
return false;
}
// @Override
// public boolean apply(Game game, Ability source) {
// Player controller = game.getPlayer(source.getControllerId());
// MageObject sourceObject = source.getSourceObject(game);
// if (controller != null && sourceObject != null) {
// Spell spell = game.getStack().getSpell(getTargetPointer().getFirst(game, source));
// if (spell != null) {
// UUID exileId = CardUtil.getExileZoneId(game, source.getSourceId(), source.getSourceObjectZoneChangeCounter());
// return controller.moveCardsToExile(spell, source, game, true, exileId, sourceObject.getIdName());
// }
// return true;
// }
// return false;
// }
@Override
public String getText(Mode mode) {
return "counter target spell with converted mana cost X or less, where X is the number of Faeries you control";

View file

@ -22,5 +22,7 @@ public class SakashimaTheImpostorTest extends CardTestPlayerBase {
execute();
assertPermanentCount(playerA, "Spellstutter Sprite", 1);
assertPowerToughness(playerB, "Sakashima the Impostor", 1, 1);
}
}