mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Assert if Sakashima copied SpellStutter by S/T
This commit is contained in:
parent
3c5bd9acce
commit
b83bc9d68a
2 changed files with 2 additions and 15 deletions
|
@ -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";
|
||||
|
|
|
@ -22,5 +22,7 @@ public class SakashimaTheImpostorTest extends CardTestPlayerBase {
|
|||
execute();
|
||||
|
||||
assertPermanentCount(playerA, "Spellstutter Sprite", 1);
|
||||
|
||||
assertPowerToughness(playerB, "Sakashima the Impostor", 1, 1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue