- Discarding when controlling Necropotence should exile the card.
- Fixed a bug in the combat code where if a creature has received equal to its toughness, it will die no matter what.
- Umezawa's Jitte should trigger now when attacking a planeswalker.
- Added Pit Scorpion and Serpent Generator.
- Lands shouldn't be playable at opponent's EOT anymore.
- Checking attack triggers should happen only once, after all attackers have been declared.
- Added Goblin Piledriver, Flame Rift, Spectral Bears, Spectral Force, Pianna, Nomad Captain, Crypt Cobra, Swamp Mosquito, Suq'Ata Assassin.
- Fixed a bunch of bugs with Mox Diamond.
- Guiltfeeder should only trigger when it's unblocked (previously it would trigger when trampling over also).
- Fixed Elvish Piper (not sure how it broke?).
- Added Poison Counters.
- AI shouldn't play Cognivore, Terravore, Cantivore, Magnivore, Mortivore anymore if there are no cards in any graveyard keeping them alive.
- I had to create a test to see if the card is "Absorb Vis" and if it is the spLoseLifeGainLife code will add the basic landcycling. This was the only way I could get it to work. I tried
- If the AI attacks, and human blocks with multiple blockers, AI will assign the remaining damage to a random blocker.
- Giving protection to a creature after it has been assigned combat damage, could prevent that damage now.
- Meddling Mage will show the named card, and AI will pick a random card from human's deck/hand.
- Fixed Tolsimir Wolfblood: it should work correctly with morphed up creatures now, and it shouldn't ask to pay for a blank manacost anymore.
- Rewrote "Take an extra turn" code, added Time Stretch
-Cycling/Transmute/... + future other "hand abilities" should work on lands now.
-Fixed a lot of bugs in the combat code.
-Added Lichentrope, Phytohydra and Callous Giant.
- Wall of Kelp now uses c.setImageName() to create a token which matches a token jpg named "u_0_1_kelp.jpg"
- Dark Depths now uses c.setImageName() to create a token which matches a token jpg named "b_20_20_marit_lage.jpg"
- cards-pictures-token.txt now downloads a jpg named "b_20_20_marit_lage.jpg"
- Added (NOTE: Cycling lands is not implemented.) to 11 lands.
- Exploration / Fastbond effects shouldn't carry over anymore.
- Vendilion Clique CIP ability should work now.
- AI playing Flight or Launch shouldn't target creatures with flying anymore.
- Small fix to Dovescape.
- Needlestorm, Oros, the Avenger, Incendiary Command and Spitting Spider shouldn't be able to damage creatures with protection anymore.
- Timber Protector should work correctly now.