Page 4 of 4

Re: Forge 12/22/2010 (unofficial BETA) version

PostPosted: 13 Jan 2011, 18:29
by Rob Cashwalker
Anytime you run into situations where cards seem to lose their picture mid-stream, or a token copy is produced, I'll need to know which card caused the effect. Like Kiki-Jiki was broken for a month or so, and no one reported it... bounce spells were broken, as the card lost a lot of info as it was sent back to the hand. There was one day I fixed quite a number of them in one shot, but I don't necessarily keep up with all new cards added. Cards added by hard-code are more prone to this.

Re: Forge 12/22/2010 (unofficial BETA) version

PostPosted: 17 Jan 2011, 03:27
by Typical Idiot
So far I'm loving the changes and new cards.

Myr Galvanizer fails to untap other myr. I have no other bugs to report right now.

Re: Forge 12/22/2010 (unofficial BETA) version

PostPosted: 17 Jan 2011, 03:58
by slapshot5
Typical Idiot wrote:So far I'm loving the changes and new cards.

Myr Galvanizer fails to untap other myr. I have no other bugs to report right now.
Ah. I see the problem. Now fixed in SVN.

You can fix it yourself. Open the text file and change this line to this:
Code: Select all
A:AB$UntapAll|Cost$1 T|ValidCards$Myr.Other+YouCtrl|SpellDescription$Untap each other Myr you control.
(notice the + to .)
-slapshot5