mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
- Remove text
This commit is contained in:
parent
15445837a6
commit
2e58ed9002
1 changed files with 0 additions and 2 deletions
|
@ -90,7 +90,6 @@ class MaelstromNexusTriggeredAbility extends TriggeredAbilityImpl<MaelstromNexus
|
|||
@Override
|
||||
public boolean checkTrigger(GameEvent event, Game game) {
|
||||
if (event.getType() == GameEvent.EventType.SPELL_CAST) {
|
||||
System.out.println("A spell was cast");
|
||||
Spell spell = game.getStack().getSpell(event.getTargetId());
|
||||
FirstSpellCastThisTurnWatcher watcher = (FirstSpellCastThisTurnWatcher) game.getState().getWatchers().get("FirstSpellCastThisTurn", this.getSourceId());
|
||||
if (spell != null
|
||||
|
@ -160,7 +159,6 @@ class CascadeEffect extends OneShotEffect<CascadeEffect> {
|
|||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
System.out.println("Inside the CascadeEffect method");
|
||||
Card card;
|
||||
Player player = game.getPlayer(source.getControllerId());
|
||||
ExileZone exile = game.getExile().createZone(source.getSourceId(), player.getName() + " Cascade");
|
||||
|
|
Loading…
Reference in a new issue