Re: MTGForge 11/01 (unofficial BETA) version
Blightspeaker is missing it's first ability.
It can not tap to have player lose one life.
It can not tap to have player lose one life.
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=1799
Not just with 4..... I can play my Exalted Angel face-up, with just 1 (ONE!) Plains in play!DennisBergkamp wrote:Is it possible to somehow revert the manapool changes?
Another problem I'm getting is that I can actually cast 5 manacost spells, even though I only have 4 moxes in play
The problem might be with Input_PayManaCost.java. It was very tricky to write correctly. One of the major errors that I had was that you were able to generate more mana than you really had by clicking the Cancel button.indicatie wrote:Not just with 4..... I can play my Exalted Angel face-up, with just 1 (ONE!) Plains in play!DennisBergkamp wrote:Is it possible to somehow revert the manapool changes?
Another problem I'm getting is that I can actually cast 5 manacost spells, even though I only have 4 moxes in play
You don't have to abuse the cancel button. Just tap the land to add mana to your mana pool, click the card to play it, then keep clicking the mana pool until the card is played....mtgrares wrote:The problem might be with Input_PayManaCost.java. It was very tricky to write correctly. One of the major errors that I had was that you were able to generate more mana than you really had by clicking the Cancel button.indicatie wrote:Not just with 4..... I can play my Exalted Angel face-up, with just 1 (ONE!) Plains in play!DennisBergkamp wrote:Is it possible to somehow revert the manapool changes?
Another problem I'm getting is that I can actually cast 5 manacost spells, even though I only have 4 moxes in play
Yes, I just updated my local version with your SVN change, and the previous mana bugs are fixed now, it seems