Current Known Bugs list
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Current Known Bugs list
by kerbythepurplecow » 10 Aug 2011, 17:46
The game errors when trying to use a Diabolic Edict or Geth's Verdict imprinted on an Isochron Scepter and targeting an opponent.
- | Open
- An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
mtgerror@yahoo.com
null
Version:
Forge -- official beta: $Date$, SVN revision: $Revision$
OS: Windows 7 Version: 6.1 Architecture: x86
Java Version: 1.6.0_26 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NullPointerException
at forge.AIPlayer.isPlayer(AIPlayer.java:72)
at forge.Player.canTarget(Player.java:761)
at forge.card.spellability.Target_Selection$1.selectPlayer(Target_Selection.java:257)
at forge.GuiInput.selectPlayer(GuiInput.java:73)
at forge.GuiDisplay4$14.mousePressed(GuiDisplay4.java:428)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Last edited by Chris H. on 10 Aug 2011, 20:09, edited 1 time in total.
Reason: Mouse-over
Reason: Mouse-over
- kerbythepurplecow
- Posts: 16
- Joined: 29 Jul 2011, 22:07
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by Milod » 10 Aug 2011, 19:01
problem with Slagstorm used Slagstorm to damage each player for 3 damage there was Elspeth Tirel (2loyality) with 3 soldier token field all were destroyed and we both took 3 damage to life points is this corect behavior of Slagstorm?
Last edited by Chris H. on 10 Aug 2011, 20:11, edited 1 time in total.
Reason: Mouse-over
Reason: Mouse-over
Re: Current Known Bugs list
by Milod » 10 Aug 2011, 19:10
error in Shrine of Limitless Power (2 counters)used it on ai then boom this error log
An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
mtgerror@yahoo.com
null
Version:
Forge -- official beta: $Date$, SVN revision: $Revision$
OS: Windows 7 Version: 6.1 Architecture: x86
Java Version: 1.6.0_26 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NullPointerException
at forge.card.abilityFactory.AbilityFactory_ZoneAffecting.discardStackDescription(AbilityFactory_ZoneAffecting.java:1057)
at forge.card.abilityFactory.AbilityFactory_ZoneAffecting.access$1000(AbilityFactory_ZoneAffecting.java:19)
at forge.card.abilityFactory.AbilityFactory_ZoneAffecting$7.getStackDescription(AbilityFactory_ZoneAffecting.java:812)
at forge.card.spellability.SpellAbility_Requirements.addAbilityToStack(SpellAbility_Requirements.java:162)
at forge.card.spellability.SpellAbility_Requirements.finishPaying(SpellAbility_Requirements.java:138)
at forge.card.spellability.Cost_Payment.payCost(Cost_Payment.java:565)
at forge.card.spellability.Cost_Payment$5.showMessage(Cost_Payment.java:1135)
at forge.GuiInput.setInput(GuiInput.java:43)
at forge.GuiInput.update(GuiInput.java:32)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(MyObservable.java:17)
at forge.gui.input.InputControl.changeInput(InputControl.java:63)
at forge.gui.input.InputControl.setInput(InputControl.java:53)
at forge.card.spellability.Cost_Payment.setInput(Cost_Payment.java:382)
at forge.card.spellability.Cost_Payment.payCost(Cost_Payment.java:514)
at forge.card.spellability.Cost_Payment$2.done(Cost_Payment.java:926)
at forge.card.spellability.Cost_Payment$2.selectCard(Cost_Payment.java:900)
at forge.GuiInput.selectCard(GuiInput.java:83)
at forge.GuiDisplay4$17.mousePressed(GuiDisplay4.java:487)
at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
mtgerror@yahoo.com
null
Version:
Forge -- official beta: $Date$, SVN revision: $Revision$
OS: Windows 7 Version: 6.1 Architecture: x86
Java Version: 1.6.0_26 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NullPointerException
at forge.card.abilityFactory.AbilityFactory_ZoneAffecting.discardStackDescription(AbilityFactory_ZoneAffecting.java:1057)
at forge.card.abilityFactory.AbilityFactory_ZoneAffecting.access$1000(AbilityFactory_ZoneAffecting.java:19)
at forge.card.abilityFactory.AbilityFactory_ZoneAffecting$7.getStackDescription(AbilityFactory_ZoneAffecting.java:812)
at forge.card.spellability.SpellAbility_Requirements.addAbilityToStack(SpellAbility_Requirements.java:162)
at forge.card.spellability.SpellAbility_Requirements.finishPaying(SpellAbility_Requirements.java:138)
at forge.card.spellability.Cost_Payment.payCost(Cost_Payment.java:565)
at forge.card.spellability.Cost_Payment$5.showMessage(Cost_Payment.java:1135)
at forge.GuiInput.setInput(GuiInput.java:43)
at forge.GuiInput.update(GuiInput.java:32)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(MyObservable.java:17)
at forge.gui.input.InputControl.changeInput(InputControl.java:63)
at forge.gui.input.InputControl.setInput(InputControl.java:53)
at forge.card.spellability.Cost_Payment.setInput(Cost_Payment.java:382)
at forge.card.spellability.Cost_Payment.payCost(Cost_Payment.java:514)
at forge.card.spellability.Cost_Payment$2.done(Cost_Payment.java:926)
at forge.card.spellability.Cost_Payment$2.selectCard(Cost_Payment.java:900)
at forge.GuiInput.selectCard(GuiInput.java:83)
at forge.GuiDisplay4$17.mousePressed(GuiDisplay4.java:487)
at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Last edited by Chris H. on 10 Aug 2011, 20:12, edited 1 time in total.
Reason: Mouse-over
Reason: Mouse-over
Re: Current Known Bugs list
by Almost_Clever » 11 Aug 2011, 01:20
When I deal combat damage to computer's Shinka Gatekeeper, I get the following error:
- Code: Select all
An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
http://www.slightlymagic.net/forum/viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
mtgerror@yahoo.com
For input string: "X"
Version:
Forge -- official beta: $Date$, SVN revision: $Revision$
OS: Windows Vista Version: 6.0 Architecture: x86
Java Version: 1.6.0_11 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NumberFormatException: For input string: "X"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at forge.card.abilityFactory.AbilityFactory.calculateAmount(AbilityFactory.java:1150)
at forge.card.abilityFactory.AbilityFactory_DealDamage.getNumDamage(AbilityFactory_DealDamage.java:201)
at forge.card.abilityFactory.AbilityFactory_DealDamage.damageDoTriggerAI(AbilityFactory_DealDamage.java:559)
at forge.card.abilityFactory.AbilityFactory_DealDamage.access$400(AbilityFactory_DealDamage.java:17)
at forge.card.abilityFactory.AbilityFactory_DealDamage$1.doTrigger(AbilityFactory_DealDamage.java:67)
at forge.card.trigger.TriggerHandler$2.doTrigger(TriggerHandler.java:498)
at forge.MagicStack.chooseOrderOfSimultaneousStackEntry(MagicStack.java:1070)
at forge.MagicStack.chooseOrderOfSimultaneousStackEntryAll(MagicStack.java:1036)
at forge.Phase.setPriority(Phase.java:129)
at forge.MagicStack.add(MagicStack.java:305)
at forge.MagicStack.unfreezeStack(MagicStack.java:136)
at forge.GameAction.checkStateEffects(GameAction.java:723)
at forge.Phase.handleBeginPhase(Phase.java:337)
at forge.gui.input.InputControl.updateInput(InputControl.java:138)
at forge.GuiInput.update(GuiInput.java:30)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(MyObservable.java:17)
at forge.Phase.nextPhase(Phase.java:458)
at forge.Phase.nextPhase(Phase.java:461)
at forge.GuiDisplay4$32.actionPerformed(GuiDisplay4.java:874)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
A woman came up to me and said / "I'd like to poison your mind / With wrong ideas that appeal to you / Though I am not unkind."
-
Almost_Clever - Tester
- Posts: 345
- Joined: 15 Jan 2009, 01:46
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by cc-drake » 11 Aug 2011, 18:04
- Genju of the Fields gives Lifelink, which is different from "Whenever this creature deals damage, its controller gains that much life."
- Noxious Field does nothing
- I cast Copy Artifact on a Batterskull. Living Weapon and the Equip ability don't work. Luckily I could return Copy Artifact to my hand... which lead to a nullpointer later on
- Noxious Field does nothing
- I cast Copy Artifact on a Batterskull. Living Weapon and the Equip ability don't work. Luckily I could return Copy Artifact to my hand... which lead to a nullpointer later on

Re: Current Known Bugs list
by jeffwadsworth » 12 Aug 2011, 15:41
That card is not going to work. Currently, when a card goes to the graveyard, it loses all counters. When the check is made...boom, nothing is there. Hopefully this get rectified.Milod wrote:error in Shrine of Limitless Power (2 counters)used it on ai then boom this error log
- jeffwadsworth
- Super Tester Elite
- Posts: 1172
- Joined: 20 Oct 2010, 04:47
- Location: USA
- Has thanked: 287 times
- Been thanked: 70 times
Re: Current Known Bugs list
by kerbythepurplecow » 12 Aug 2011, 21:26
Playing against Boromir, when he uses Show and Tell, Eldrazi Conscription doesn't show up as a valid option for me to bring into play even though it's an enchantment.
- kerbythepurplecow
- Posts: 16
- Joined: 29 Jul 2011, 22:07
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by lazylockie » 12 Aug 2011, 23:48
on Beta 1.1.1, AI doesn't know how to handle Tangle Wire. AI taps their biggest threats, instead of tapping lands. Maybe it should be removed from game a la Citadel of Pain?
Also, on Beta 1.1.1 AI is using Affinity for artifacts to reduce / negating the payment from Energy Flux. So, if AI's only artifact is a Frogmite, Energy Flux's payment will be 1.
Also, on Beta 1.1.1 AI is using Affinity for artifacts to reduce / negating the payment from Energy Flux. So, if AI's only artifact is a Frogmite, Energy Flux's payment will be 1.
Last edited by lazylockie on 13 Aug 2011, 03:20, edited 1 time in total.
- lazylockie
- Posts: 508
- Joined: 13 Jul 2010, 22:44
- Has thanked: 74 times
- Been thanked: 15 times
Re: Current Known Bugs list
by Professor » 13 Aug 2011, 02:08
I played a Horned Kavu in an IPA draft match. I was planning to return my Razorfin Hunter to my hand, but my choice was limited to only my Horned Kavu. 

-------------------------------------
PostCount=PostCount+1
PostCount=PostCount+1
-
Professor - Posts: 172
- Joined: 27 Jul 2009, 21:02
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by Iran » 13 Aug 2011, 03:41
The cards Cryptic Command, Explore, Austere Command, Profane Command, Incendiary Command and Oracle of Mul Daya doesn't work...
Thanks
Thanks
Re: Current Known Bugs list
by friarsol » 13 Aug 2011, 04:59
Iran, why don't you think Explore or Oracle of Mul Daya work?
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Current Known Bugs list
by Almost_Clever » 13 Aug 2011, 13:05
I was not prompted to sacrifice the Blind Creeper that was equipped by a Grafted Wargear the computer bounced to my hand. Later I destroyed the computer's Grafted Wargear and the computer did not sacrifice the creature it was equipping either.
Forge is still tipping off what the morphed creature really is in some situations. For example, the stack message said "1. Pacifism - Attach to Disruptive Pitmage (72)" when I targeted the computer's morphed creature.
Echoing Ruin is supposed to be a sorcery, not an instant.Gatherer wrote:The "becomes unattached" ability triggers if (a) Grafted Wargear leaves the battlefield, (b) the equip ability moves it onto another creature, (c) another effect moves it onto another creature, (d) an effect causes it to become unattached, or (e) the creature leaves the battlefield.
Forge is still tipping off what the morphed creature really is in some situations. For example, the stack message said "1. Pacifism - Attach to Disruptive Pitmage (72)" when I targeted the computer's morphed creature.
A woman came up to me and said / "I'd like to poison your mind / With wrong ideas that appeal to you / Though I am not unkind."
-
Almost_Clever - Tester
- Posts: 345
- Joined: 15 Jan 2009, 01:46
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by Sloth » 13 Aug 2011, 13:17
This is fixed in the developer version.kerbythepurplecow wrote:Playing against Boromir, when he uses Show and Tell, Eldrazi Conscription doesn't show up as a valid option for me to bring into play even though it's an enchantment.
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Current Known Bugs list
by Chris H. » 13 Aug 2011, 15:20
`Almost_Clever wrote:Echoing Ruin is supposed to be a sorcery, not an instant.
Fixed, thank you Almost_Clever.
-
Chris H. - Forge Moderator
- Posts: 6320
- Joined: 04 Nov 2008, 12:11
- Location: Mac OS X Yosemite
- Has thanked: 644 times
- Been thanked: 643 times
Re: Current Known Bugs list
by Bundy » 13 Aug 2011, 16:45
I play Phylactery Lich and pick Darksteel Citadel as target for the phylactery counter. The info window says the counter is on Darksteel Citadel, but Phylactery Lich is put into the graveyard.
When i choose Stuffy Doll as a target for the counter, Phylactery Lich stays in play.
Next round i play Phylactery Lich and pick Stuffy Doll as target, but again the Phylactery Lich goes to the graveyard. Seems like Phylactery Lich checks for the counter before it gets placed. That would explain why the second played Phylactery Lich in the first round stayed in play, there already was a counter on an artifact from the first Phylactery Lich.
Thought this was fixed already
but i played Artisan of Kozilek with no creatures in my graveyard and it just disappeared instead of entering play ...
EDIT
Computer plays Stonecloaker and keeps bouncing it back with it's own ability to cast it again and again till the computer runs out of mana. Nice way to remove all cards from a graveyard, but when all graveyards are empty it's just a waste of mana.
When i choose Stuffy Doll as a target for the counter, Phylactery Lich stays in play.
Next round i play Phylactery Lich and pick Stuffy Doll as target, but again the Phylactery Lich goes to the graveyard. Seems like Phylactery Lich checks for the counter before it gets placed. That would explain why the second played Phylactery Lich in the first round stayed in play, there already was a counter on an artifact from the first Phylactery Lich.
Thought this was fixed already

EDIT
Computer plays Stonecloaker and keeps bouncing it back with it's own ability to cast it again and again till the computer runs out of mana. Nice way to remove all cards from a graveyard, but when all graveyards are empty it's just a waste of mana.
- Bundy
- Posts: 348
- Joined: 17 Dec 2010, 17:32
- Location: The netherlands
- Has thanked: 23 times
- Been thanked: 3 times
Who is online
Users browsing this forum: Google [Bot] and 19 guests