Commit Graph

3659 Commits

Author SHA1 Message Date
jendave
ed4b139df4 - Fixed a bug with the new hasProperty. 2011-08-06 10:55:10 +00:00
jendave
54bcf35167 delete unused LifeLink function. Hopefully I can finish digging into why creature on creature lifelink effects are not working. There has been a lot of noise on the forums about this. 2011-08-06 10:55:03 +00:00
jendave
97b4d9d5fe add Overgrowth (from Stronghold) 2011-08-06 10:54:57 +00:00
jendave
2da8f535c3 - Added Ritual of the Machine
- Small tweaks in GainControl for Spells.
- Bugfix for Sanity Grinding for if Library.size() < Mill amount
2011-08-06 10:54:49 +00:00
jendave
8c15c6cd6c - Added Foresight and Varchild's Crusader
- Exile is now a Destination for Fetch. 
(Jester's Cap could use Fetch, except we need a flag if the Target Player does the searching, or Target Player gets their library searched)
2011-08-06 10:54:41 +00:00
jendave
b44b33b48c add Counters.DOOM to isNegativeCounter() 2011-08-06 10:54:33 +00:00
jendave
b2ab9a8ebb - Added Unlikely Alliance 2011-08-06 10:54:27 +00:00
jendave
a65f595ada add Skull of Orm (from The Dark) 2011-08-06 10:54:19 +00:00
jendave
4fcb8d4460 add Maze of Ith (from The Dark) 2011-08-06 10:54:13 +00:00
jendave
6ca4cdfdca fix Spell text for Disenchant 2011-08-06 10:54:07 +00:00
jendave
84a83b1707 convert Strip Mine to AF_Destroy. 2011-08-06 10:54:01 +00:00
jendave
0f1e330834 when AF_Bounce targets a face down card, it now says "Morph" instead of the actual cardname. 2011-08-06 10:53:54 +00:00
jendave
5c0fa84f09 - Added spaces to the 77 cards that use AF_Pump. 2011-08-06 10:53:46 +00:00
jendave
6c32e4b401 convert Wrath of God and Zuran Orb to Ability Factory. 2011-08-06 10:53:06 +00:00
jendave
344fab998e check for valid targets in resolve for The Abyss. 2011-08-06 10:53:00 +00:00
jendave
99aa759123 re-check the number of creatures in play during resolve for Drop of Honey and Porphyry Nodes. 2011-08-06 10:52:54 +00:00
jendave
1d53f579db add Throne of Geth (from Scars of Mirrodin) as an example of AF Proliferate. 2011-08-06 10:52:49 +00:00
jendave
a7d708ba0f add SP/AB$Proliferate to AbilityFactory (copied all proliferate code from GameAction.getProliferateAbility) 2011-08-06 10:52:43 +00:00
jendave
de65a5c5b3 - Adding evil_eye_of_urborg and evil_eye_of_orms_by_gore 2011-08-06 10:52:37 +00:00
jendave
fc7ed63e63 xCount was passing in source Card, but this.getSVar(). fixed. 2011-08-06 10:52:30 +00:00
jendave
6da6983ae0 - Added spaces to the last 25 of the 75 cards that use AF_Fetch. 2011-08-06 10:52:24 +00:00
jendave
c39481fc1a - Fixes for some Upkeep Abilities that care about hand size. It should be determined on resolution, not "locked in" when the ability triggers. 2011-08-06 10:52:07 +00:00
jendave
ad64fd65a7 - I mistakenly overwrote the correct fix to the AF $Pump bug and this places the overwritten material back into the code base. Sorry for my error. 2011-08-06 10:52:02 +00:00
jendave
2b7c80a7da - Added spaces to the second 25 of the 75 cards that use AF_Fetch. 2011-08-06 10:51:55 +00:00
jendave
9349049a58 - Added spaces to the first 25 of the 75 cards that use AF_Fetch. 2011-08-06 10:51:38 +00:00
jendave
0fe1d6ffd8 - The Valid card restrictions YouCtrl, Other will now be passed down to hasProperty. This enables using the X SVar of the source card. 2011-08-06 10:51:22 +00:00
jendave
073ec4355b add Armageddon Clock (from Antiquities)
--added RemoveCounter to AbilityFactory_Counters
2011-08-06 10:51:10 +00:00
jendave
36b7b356ef comment out CardFactory code for Armageddon and Ravages of War. 2011-08-06 10:51:01 +00:00
jendave
7bfe53a98d convert Armageddon and Revages of War to AF_DestroyAll 2011-08-06 10:50:55 +00:00
jendave
615205929d - Added Sol's fix to the SP$Pump bug. 2011-08-06 10:50:50 +00:00
jendave
5c0cbda8af * cleanups
* bugfix += != =+
2011-08-06 10:50:44 +00:00
jendave
1277f0fed5 - Added Ghost Town.
- Little fixes and updates.
2011-08-06 10:50:37 +00:00
jendave
ad33c28ea2 - Direct Damage spells that use TgtP can now only Target Planeswalkers you don't control. 2011-08-06 10:50:31 +00:00
jendave
1b4bb610b3 - Converted Magus of the Disk and Nevinyrral's Disk to keyword.
- Added Tranquil Grove.
2011-08-06 10:50:25 +00:00
jendave
763bc22f07 - Added DestroyAll to AF Destroy.
- Added Mageta the Lion, Nova Cleric and Scourglass.
2011-08-06 10:50:15 +00:00
jendave
dedf5a999c - Changed these cards to AF_Retrieve: Breath of Life, Nature's Spiral and Reborn Hope. 2011-08-06 10:50:05 +00:00
jendave
e849b09b50 - Improved the AI of AF Bounce a little. 2011-08-06 10:49:58 +00:00
jendave
88b8ed0943 *Fixed Banshee's X-payment glitch. 2011-08-06 10:49:53 +00:00
jendave
6749832368 *Fixed a case for ManaCost where it would throw an exception if X was the only mana part in a cost.
*Added Snake Basket.
2011-08-06 10:49:47 +00:00
jendave
d84fead8b7 * Target addTarget bugfix
* Banshee, Korlash, Heir to Blackblade bugfix
* method names to lowercase refactoring
2011-08-06 10:49:39 +00:00
jendave
0ed315dcef *Realized I missed uploading the txt for Vedalken Certarch.
*Fixed PrecostDesc$ parameter for Shinen of Fear's Chill's Channel ability.
2011-08-06 10:49:25 +00:00
jendave
0c0946a37e *Missed the txt 2011-08-06 10:49:18 +00:00
jendave
6ca8ff07b5 *Added Corrupted Harvester.
*Removed now unused CardList and commented-out code from Patriarch's Bidding.
2011-08-06 10:49:12 +00:00
jendave
f9fc882aff *Another fix for Patriarch's Bidding so that it actually WORKS instead of just NOT CRASH. 2011-08-06 10:49:07 +00:00
jendave
1e556d2627 *Fixed NullPointerException when cancelling or leaving blank the Patriarch's Bidding prompt.Still not sure how it messed up the questData so bad.. 2011-08-06 10:49:01 +00:00
jendave
799d40b011 convert Disenchant to AbilityFactory 2011-08-06 10:48:56 +00:00
jendave
068a1a98ba convert Ancestral Recall to AbilityFactory 2011-08-06 10:48:50 +00:00
jendave
71b0c17ba1 add missing stack desc for SP$Draw AbilityFactory 2011-08-06 10:48:45 +00:00
jendave
11cee5048a convert Library of Alexandria to AbilityFactory 2011-08-06 10:48:40 +00:00
jendave
45428d37bb - Converted Seal of Removal to keyword. 2011-08-06 10:48:33 +00:00