Commit graph

9926 commits

Author SHA1 Message Date
LevelX2
debe2316b2 * Echo - Fixed that the sacrifice effect also forced the player to sacrifice a new instance of the permanent with echo. 2015-02-26 20:38:48 +01:00
LevelX2
587faf9704 Merge pull request #756 from myersn024/master
Implemented DwarvenMiner.java
2015-02-26 18:39:17 +01:00
myersn024
fd7f1362ae Update DwarvenMiner.java 2015-02-26 11:17:38 -06:00
LevelX2
82472e682e Merge origin/master 2015-02-26 16:49:20 +01:00
LevelX2
705debfe8a Fixed some cards where it was possible to sacrifice not controlled permanents (e.g. Fireblast). 2015-02-26 16:48:21 +01:00
myersn024
c35e51c7de Implemented DwarvenMiner.java 2015-02-26 09:47:02 -06:00
Plopman
39d1fd6f90 [5ND] Added 7 cards 2015-02-26 16:07:34 +01:00
LevelX2
4a5140d0ab Fixed a bug of cost paying handling not showing only the left over unpaid part of mana cost (fixes #185). Added the name of the object the cost is paid for to the feedback panel. 2015-02-26 13:52:02 +01:00
LevelX2
972fe78898 * Training Grounds - Fixed that the reduction did not work correctly with hybrid mana. Fixed the check what ability is an activated ability (fixes #754). 2015-02-26 12:07:28 +01:00
LevelX2
fe10cde2b9 * Contamination - Fixed a bug that preventzed Contamination from working properly. 2015-02-26 11:24:47 +01:00
LevelX2
c681f1583c * Ghostway - Fixed that the creatures returned wrongly tapped (fixes #753). 2015-02-26 01:18:45 +01:00
LevelX2
35f249cd44 * Hellkite Tyrant - Fixed wrong duration of control effect (fixes #752). 2015-02-26 01:04:09 +01:00
LevelX2
d45c8b52dd * Tuktuk Scrapper - Fixed that the triggered ability did not work. 2015-02-26 00:43:43 +01:00
LevelX2
f96a256c28 * Bramblewood Paragon - Fixed subtype check (not working for Changeling). 2015-02-26 00:15:48 +01:00
LevelX2
5670831b62 Merge origin/master 2015-02-25 23:48:49 +01:00
LevelX2
957fa7d647 Some minor changes. 2015-02-25 23:47:53 +01:00
Jeff
41898c8e08 - Little fix 2015-02-25 16:45:28 -06:00
LevelX2
329165555b * Undying - Fixed that the creature with undying returnd under the control of the previous controller instead of the card owner. 2015-02-25 22:21:17 +01:00
Jeff
a8f8697a25 - Little adjustments to 2 cards. 2015-02-25 11:55:21 -06:00
Jeff
9a1eb51506 - Added Advice From the Fae, Puca's Mischief, Illuminated Folio, Furystoke Giant, Burn Trail, and Inescapable Brute. 2015-02-24 20:35:17 -06:00
LevelX2
7ac423f1d6 * Praetor's Grasp - Fixed that the cast and reveal effects did not work. 2015-02-25 01:19:27 +01:00
LevelX2
e418d69068 * Contaminated Bond - Fixed that the damage was wrongly dealt to aura controller instead of enchanted creatures controller. 2015-02-25 01:18:42 +01:00
LevelX2
2cfec90add * Stoneforge Mystic - Fixed that all artifacts cards could be brought into play instead of only equipment artifacts. 2015-02-25 00:24:39 +01:00
LevelX2
661da6153e * Contaminated Bond - Fixed that the damage was wrongly dealt to aura controller instead of enchanted creatures controller. 2015-02-24 23:50:44 +01:00
LevelX2
091fa9a528 * Bestow - Fixed that the converted mana costs were calculated from the bestow costs instead of the base cost of the spell. 2015-02-24 23:36:59 +01:00
LevelX2
0a9c49b1e1 Merge pull request #749 from myersn024/master
Removed "all" from filter definition in ArenaOfTheAncients.java. Impleme...
2015-02-24 23:08:19 +01:00
nickmyers
9fc2b72093 Removed "all" from filter definition in ArenaOfTheAncients.java. Implemented BlinkmothUrn.java. Fixed bug in AmberPrison.java so that the controller is prompted whether to untap or not; before it was automatically untapping without asking. 2015-02-24 15:37:03 -06:00
betasteward
620a3b9a52 Moved some setters from Card to Permanent 2015-02-24 15:37:33 -05:00
LevelX2
e836671d22 Merge pull request #747 from myersn024/master
Implemented ArenaOfTheAncients.java
2015-02-24 09:12:20 +01:00
LevelX2
584a113eaf Merge origin/master 2015-02-24 07:32:47 +01:00
LevelX2
1178874678 * Painful Quandary - Fixed a bug that prevented it from working correctly (fixes #627). 2015-02-24 07:32:02 +01:00
fireshoes
dee9f4a0ba Fixed collector's numbers for Sandsteppe Mastodon [FRF] and Impulse [VIS] 2015-02-23 23:57:20 -06:00
nickmyers
9460be1a05 Removed some unnecessary imports from ArenaOfTheAncients.java 2015-02-23 20:37:46 -06:00
nickmyers
0523b79ec6 Implemented ArenaOfTheAncients.java 2015-02-23 20:36:54 -06:00
LevelX2
471bd835ad * Reworked some cost reduction effects. 2015-02-23 23:21:55 +01:00
Jeff
14eca696ce - Added Moonring Island, Sapseep Forest, Thornwatch Scarecrow, Watchwing Scarecrow, Madblind Mountain, and Wicker Warcrawler. 2015-02-22 18:02:48 -06:00
LevelX2
a6d43b75a5 * Skirk Fire Marshal - Fixed that Skirk Fire Marshal could not tap Goblins with protection from red. 2015-02-22 23:40:18 +01:00
Jeff
53a99ed414 - Added Lockjaw Snapper, Rattleblaze Scarecrow, Scrapbasket, and Tatterkite 2015-02-22 14:47:37 -06:00
Jeff
64b6b1a90f - Fixed Heartmender. Completely misunderstood the function of game.getAllPermanents(). Thought that the controllerId parameter provided some filter functionality. 2015-02-22 10:54:49 -06:00
LevelX2
9fbd5a04bd * Maven - Added workaround for bug in compiler plugin 3.2 that alwas all sources were compiled. 2015-02-22 11:17:25 +01:00
LevelX2
4adc55eb80 * Miracle - Fixed that miracle was also checked for inital card draw. 2015-02-22 11:16:39 +01:00
LevelX2
2767ff3846 Merge origin/master 2015-02-22 11:00:23 +01:00
LevelX2
bc310f9ced * Shimian Specter - Fixed that the triggered ability did not work. 2015-02-22 10:59:28 +01:00
LevelX2
8589252436 * Caravan Vigil - Some minor changes. 2015-02-22 10:58:57 +01:00
Jeff
a3561025f5 - Added Medicine Runner, Ravens Run Dragoon, Heartmender, and Blazethorn Scarecrow. 2015-02-21 22:55:16 -06:00
Jeff
ddce9c5b1a - Added Valleymaker, Tattermunge Witch, Rosheen Meanderer, and Mudbrawler Raiders 2015-02-21 19:59:15 -06:00
Jeff
bd5d56950a - Added Tyrannize, Impromptu Raid, and Morselhoarder 2015-02-21 18:09:36 -06:00
Jeff
17e796427d - Stasis now uses ContinuousRuleModifiyingEffect 2015-02-21 13:17:37 -06:00
LevelX2
8bf35f88c8 * Goblin Charbelcher - Fixed that the revealed land was taken into account to determine the damage to deal. 2015-02-21 17:57:15 +01:00
LevelX2
f953735263 * Fixed target handling of 4 Primordial cards. 2015-02-21 17:31:54 +01:00