Re: Current Known Bugs list
But wait, wouldn't the Glorious Anthem save the Serra Angel?
High Quality Resources for Collectible Card Games and Home of the CCGHQ Team
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=26&t=787
I don't understand how this happenedAlmost_Clever wrote:Computer's Serra Avenger (with Glorius Anthem) blocks my Sandstone Warrior. I pump the warrior to assign 4 damage to the Serra Avenger, theoretically killing the angel with first strike damage. But no, the angel also assigns damage to the warrior, killing both.
== Start add state effects ==
Added Glorious_Anthem
== End add state effects ==
Serra Avenger (9) - was assigned 4 damage, by Sandstone Warrior (5)
***
getTotalFirstStrikeDefendingDamage: 0
addDamage called on Serra Avenger (9) for 4 damage.
need to nextPhase(Input_CombatDamage.selectButtonOK) = trueI tried it during my main phase, during the computer's turn, and during combat and successfully turned it from 2/1 to 4/1 to 8/1 to 16/1 at each point.Caranthol wrote:I applied twice the ability durant the combat phase and it remained 2/1, I don't know why, if you say it works. May it be that if you apply the ability in the main phases it works, but if you use it during combat, don't?
An error has occured. 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
1
Version:
Forge -- official beta: $Date: 2010-02-04 04:57:00 -0600 (Thu, 04 Feb 2010) $, SVN revision: $Revision: 325 $
Detailed error trace:
java.lang.ArrayIndexOutOfBoundsException: 1
at forge.CardFactoryUtil.doDrawBack(CardFactoryUtil.java:2787)
at forge.CardFactory$21.resolve(CardFactory.java:3131)
at forge.Input_StackNotEmpty.selectButtonOK(Input_StackNotEmpty.java:35)
at forge.GuiInput.selectButtonOK(GuiInput.java:32)
at forge.GuiDisplay3.okButtonActionPerformed(GuiDisplay3.java:1277)
at forge.GuiDisplay3.access$3(GuiDisplay3.java:1276)
at forge.GuiDisplay3$27.actionPerformed(GuiDisplay3.java:1008)
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)