Commit graph

6720 commits

Author SHA1 Message Date
LevelX2
36eebfa317 * Fixed that player enchnatments were not correctly removed as they left the battlefield causing problems if they were cast again later in the game (fixes #1006). 2015-06-05 00:50:31 +02:00
LevelX2
1456e0172c * Ojutai Exemplars - Fixed wrong tooltip text. 2015-06-04 18:25:16 +02:00
LevelX2
ca9ee416e8 Added test for Mana Flare. 2015-06-04 14:48:06 +02:00
LevelX2
59ae174d2b Added a test. 2015-06-04 13:58:20 +02:00
LevelX2
53396a44f2 Added some test and some minor fixes to effect ability handling. 2015-06-04 13:50:39 +02:00
LevelX2
961e292bc9 Merge pull request #1013 from jgod/master
Added Morningtide. Abstracted out "Exile All Graveyards" effect
2015-06-04 06:44:21 +02:00
Justin Godesky
b4387456c9 Exiling all graveyards abstracted out into common effect. Added Morningtide. Implementation of Rest In Peace and Relic of Progenitus abstracted out. 2015-06-04 00:15:23 -04:00
LevelX2
b58d2e88ea * Novijen Sages - Fixed that it was not possible to pay the activated ability with the counters of Novijen Sages. 2015-06-03 23:49:54 +02:00
LevelX2
9cfadbda5b * Burning Earth - Fixed that the damage effect did not trigger. 2015-06-03 22:47:24 +02:00
LevelX2
6b03658040 * Vectis Dominator - Fixed wrong activation cost. 2015-06-03 20:25:41 +02:00
LevelX2
eea43662e1 Added test. 2015-06-03 20:16:58 +02:00
LevelX2
f198dd2bc2 * Grisly Salvage - Fixed that the move to hand effect was not optional. 2015-06-03 19:40:54 +02:00
LevelX2
56f41243ca * Keranos, God of Storms - Fixed that it's triggered ability triggered not only on the first card drawn on the turn. 2015-06-03 19:35:05 +02:00
LevelX2
23bcbbb22a Removed some unused references. 2015-06-03 17:11:36 +02:00
LevelX2
bafd27f5b3 Identifier are shown for Looked at and revealed cards view 2015-06-03 17:05:59 +02:00
LevelX2
cb666a87ca Merge pull request #1011 from Zeplar/master
Added the W/U/B/R/G Scarab auras from Ice Age.
2015-06-03 00:37:52 +02:00
LevelX2
79183c3e4d * Forsaken City - Fixed mana ability only producing colorless mana. 2015-06-03 00:17:46 +02:00
LevelX2
a5bdff6826 Added a test. 2015-06-03 00:10:02 +02:00
LevelX2
c1fa3422fd * Mycosynth Golem - Fixed not working second ability. 2015-06-02 23:37:15 +02:00
Zeplar
cafb8c7c0c Added the W/U/B/R/G Scarab auras from Ice Age. Fixed minor typo in Can't Be Blocked By <> text. 2015-06-02 14:12:51 -07:00
LevelX2
bb28394f71 * Helm of Obedience - Fixed that card movement to graveyard was not handled correct. It was not checked, if card was really moved to graveyard (fixes #1004). 2015-06-02 22:50:57 +02:00
LevelX2
78961ad511 Added Vesuva test. 2015-06-02 17:08:49 +02:00
LevelX2
f9f674b8f7 * Fixed that removed players (e.g. by lethal damage) changed the players in range wrongly immediatly instead of at the start of the next turn. 2015-06-02 15:01:52 +02:00
Justin Godesky
ff98d58756 Added Fissure. 2015-06-01 22:33:04 -04:00
Justin Godesky
df5ed7e2b1 Added Eye of Ramos. 2015-06-01 22:09:45 -04:00
Justin Godesky
17d3555bc5 Added Horn of Ramos and fixed other Ramos artifacts' comments (didn't feel like seperate commit). 2015-06-01 22:07:52 -04:00
Justin Godesky
69d635bbc6 Added Tooth of Ramos. 2015-06-01 22:04:11 -04:00
Justin Godesky
3c3bd8da21 Added Skull of Ramos. 2015-06-01 22:02:27 -04:00
Justin Godesky
5d706c909f Added Heart of Ramos. 2015-06-01 21:59:15 -04:00
Justin Godesky
a97913bd46 Added Mythic Proportions. 2015-06-01 21:47:21 -04:00
Justin Godesky
3b3e06e91a Implemented Artifact Blast, Clay Statue, Goblin Brigand, and Wall of Brambles. 2015-06-01 21:35:21 -04:00
emerald000
413fc1ce67 Added Pulse of the Fields 2015-06-01 00:32:23 -04:00
LevelX2
c99fb3b178 * Possibility Storm - Fixed that if the card that shares a card type could not be cast (because it's a land or there were no valid targets) causing java error if the player confirmed he wants to cast it. 2015-05-31 19:37:59 +02:00
LevelX2
bc21b8d475 * Deathmist Raptor - Fixed that the return ability did wrongly also work if the Raptor had left the graveyard. 2015-05-31 19:17:15 +02:00
LevelX2
1b690e5c8c * Fixed target change handling (e.g. with opponent filter - fixes #574). Added some tests. 2015-05-31 18:44:02 +02:00
LevelX2
af1892a6e7 * Fallen Ferromancer - Added missing Infect ability. 2015-05-30 17:13:58 +02:00
LevelX2
02aaf150db Added some tests. 2015-05-30 15:16:12 +02:00
LevelX2
726fc48e49 * Hushwing Gryff - Fixed not correct implemented rule modifying effect. 2015-05-30 15:15:45 +02:00
LevelX2
a541d24a20 * Treacherous Pit-Dweller - Fixed that the enteres the battlefield ability was not implemented correctly. 2015-05-30 15:14:44 +02:00
LevelX2
54ceaae222 * Tajuru Preserver - Fixed that also opponent was not able to sacrifice permants due to the effect. 2015-05-30 13:30:09 +02:00
LevelX2
907b029bdb Added target handling for modal spells with multiple targets in different modes. Fixed target handling bugs in test project. 2015-05-30 12:43:17 +02:00
LevelX2
f8f21bd8ce * Landfall - Fixed that it also works for Instant and Soceries copied from opponents. Corrected tooltip text formating. 2015-05-30 10:14:15 +02:00
LevelX2
fa2f7e2055 Grave Pact, Dictate of Erebos, Butcher of Malakir, Agent of The Fates, Tribute to the Wild and Yawning Fissure - Fixed that the selection for the object to sacrifice was handled targeted. 2015-05-30 02:00:21 +02:00
LevelX2
04d555d339 * Opal Palace - Fixed that a commander casr with opal palace did not get a +1/+1 counter. 2015-05-30 01:44:47 +02:00
LevelX2
4aca9b6e94 * Praetor's Grasp - Fixed that the exiled card could not be looked at nor played. 2015-05-30 01:08:55 +02:00
LevelX2
6c14cfb590 * Avarice Totem - Fixed the non working control changing activated ability. 2015-05-30 00:29:46 +02:00
LevelX2
bf598d1af2 * Laboratory Maniac - Removed wrong checks that prevented the player to win if his life was below 1 and he drew from an empty libraray. 2015-05-30 00:25:48 +02:00
LevelX2
5a428f10ab * Fixed a bug that continuous effects created by copied cards (e.g. by Isochronic Scepter using Silence) were not applied correctly. 2015-05-29 18:43:21 +02:00
LevelX2
9d55dd45f5 Reworked Wave of Vitrol. 2015-05-29 17:29:32 +02:00
LevelX2
a5fb925eef * Dack Fayden - Fixed that the controll of Artifacts taken under control by Dack Faden wrongly also change with the control of Dack Fayden. 2015-05-29 10:24:16 +02:00
LevelX2
5a5722b248 * Skarrgan Firebird - Fixed that the condtion check of the activated ability was inverted. 2015-05-29 00:18:51 +02:00
LevelX2
4d6e7ce6a2 * Quickling - Fixed that the selection of the other creature you control was handled targeted. 2015-05-28 16:59:30 +02:00
LevelX2
04c3e33c3f * Otherworldly Journey - Fixed that the exiled card came back wrongly for the controller of Otherworldly Journey instead of the owner of the card. 2015-05-28 16:19:06 +02:00
LevelX2
6a0988ef66 * Banefire - Fixed Banefire's switched condition check. 2015-05-28 16:13:54 +02:00
LevelX2
48ba1c585a * Alms Beast - Fixed that the liflink ability did not work correctly. 2015-05-28 16:01:39 +02:00
LevelX2
c896ae2442 * Deep-Sea Kraken - Fixed that the triggered ability to remove time counters did not work. 2015-05-28 15:12:00 +02:00
LevelX2
8d31a38d1d Fixed world enchantment rule. 2015-05-28 11:59:19 +02:00
LevelX2
a31794bb7e Added object identifier to the exile windows header line . 2015-05-28 00:06:33 +02:00
LevelX2
9dd5f66c64 Removed code not needed from Isperia (#1003). 2015-05-27 18:31:43 +02:00
LevelX2
2390a7522f Merge origin/master 2015-05-27 18:27:20 +02:00
LevelX2
b48ad69fdf Added Isperia coded by lunaskyrise corrected by levelx2 (closes #1003). 2015-05-27 18:26:56 +02:00
emerald000
f77efff365 Fixed Chromatic Sphere being undoable. 2015-05-27 02:06:08 -04:00
LevelX2
ef528326c9 Added Teferi's Realm. 2015-05-27 00:53:57 +02:00
LevelX2
ccae89e181 Implemented World Rule state based action. 2015-05-27 00:53:29 +02:00
LevelX2
741d6b8ea4 Merge origin/master 2015-05-26 22:16:57 +02:00
LevelX2
f0ef479402 * Soulfire Grand Master - Fixed that delayed effects (e.g. Deflecting Palm) have also lifelink if Soulfire Grand Master is still on the battlefield. 2015-05-26 22:16:32 +02:00
emerald000
bdb2134994 Added Benevolent Bodyguard, Dust Corona, Fungus Sliver and Taste for Mayhem. 2015-05-26 15:33:11 -04:00
LevelX2
234bba64a3 Cleaned up some replacment effects. 2015-05-26 17:43:39 +02:00
LevelX2
fe1326ec98 * Keldon Megaliths - Fixed tooltip text. 2015-05-25 23:05:19 +02:00
LevelX2
16db60d279 * Keldon Megaliths - Fixed set code. 2015-05-25 23:04:08 +02:00
LevelX2
34f62ec620 Fixed cost of School of the Unseen. 2015-05-25 22:20:33 +02:00
LevelX2
f999537163 Merge pull request #999 from lunaskyrise/lands
Add lots of lands
2015-05-25 22:16:29 +02:00
LevelX2
a4acfaaa79 Merge pull request #1000 from TGower/master
Primal Beyond and Mystic Remora implementation. Akroan Horse bugfix.
2015-05-25 22:15:53 +02:00
LevelX2
0c2e88529b Merge pull request #994 from openSrcCoder/master
Added Feeding Frenzy card impl.
2015-05-25 22:13:00 +02:00
TGower
19f6148c6d Implemented Mystic Remora 2015-05-25 12:57:41 -07:00
emerald000
f184c32de4 Added Makeshift Mannequin, Silent Arbiter and Spinning Darkness 2015-05-25 15:57:30 -04:00
TGower
10a55716d3 Implemented Mystic Remora 2015-05-25 12:56:25 -07:00
openSrcCoder
2765f0be31 Fixed Feeding Frenzy tooltip, and simplified sign inversion. 2015-05-25 12:44:54 -07:00
openSrcCoder
f5794291bc Merge remote-tracking branch 'upstream/master' 2015-05-25 12:07:12 -07:00
LevelX2
9f935a42db * Early Harvest - Fixed that it wrongly only untaps non basic lands instead of basic lands. 2015-05-25 19:32:11 +02:00
LevelX2
382cee7629 Fixed target of Tel-Jilad Stylus. 2015-05-25 19:29:18 +02:00
LevelX2
b71ae8aeef * Commune with the Gods - Fixed that the choosen card went wrongly to graveyard instead to hand as intended. 2015-05-25 19:08:46 +02:00
LevelX2
7ca6c87fe5 * Unearth - Fixed the not working replacement effect of unearth that exiles the creature if neccessary. 2015-05-25 19:05:00 +02:00
Luna Skyrise
2e23f5ae9e [ICE] Add River Delta
fixes #990
2015-05-25 13:34:01 -03:00
Luna Skyrise
5002c4133c [ICE] Add Lava Tubes 2015-05-25 13:33:39 -03:00
Luna Skyrise
42e9d2d8d6 [ICE] Add Timberline Ridge 2015-05-25 13:33:29 -03:00
Luna Skyrise
96f1822231 [ICE] Add Land Cap 2015-05-25 13:33:19 -03:00
Luna Skyrise
e9916cc1db [ALL] Add School of the Unseen 2015-05-25 13:33:09 -03:00
Luna Skyrise
f432ca8e52 [MMQ] Add Subterranean Hangar 2015-05-25 13:32:48 -03:00
Luna Skyrise
24fc12cccd [MMQ] Add Saprazzan Cove 2015-05-25 13:32:35 -03:00
Luna Skyrise
c79e95c0cd [MMQ] Add Rushwood Grove 2015-05-25 13:32:23 -03:00
Luna Skyrise
cacc88e030 [MMQ] Add Mercadian Bazaar 2015-05-25 13:32:12 -03:00
Luna Skyrise
6530a32f97 [NMS] Add Rath's Edge 2015-05-25 13:31:50 -03:00
Luna Skyrise
b63269f6a5 [ONS] Add Seaside Haven 2015-05-25 13:31:32 -03:00
Luna Skyrise
ec0950c41c [ONS] Add Starlit Sanctum 2015-05-25 13:31:20 -03:00
Luna Skyrise
fe53898194 [ONS] Add Unholy Grotto 2015-05-25 13:31:07 -03:00
Luna Skyrise
2ada724418 [PLS] Add Meteor Crater 2015-05-25 13:30:49 -03:00
Luna Skyrise
3ef499cbd2 [PLS] Add Terminal Moraine 2015-05-25 13:30:32 -03:00
Luna Skyrise
cd0cb8051b [WTH] Add Lotus Vale 2015-05-25 13:30:17 -03:00
Luna Skyrise
1524e22ed4 [ALL] Add Sheltered Valley 2015-05-25 13:29:54 -03:00
Luna Skyrise
db62a9deb0 [HML] Add Koskun Keep 2015-05-25 13:29:10 -03:00
Luna Skyrise
bd02e4439d [MMQ] Add Henge of Ramos 2015-05-25 13:28:54 -03:00
Luna Skyrise
1322994d81 [VIS] Add Griffin Canyon 2015-05-25 13:28:03 -03:00
Luna Skyrise
cf811c91f2 [MMQ] Add Fountain of Cho 2015-05-25 13:27:45 -03:00
Luna Skyrise
6403e78384 [PLS] Add Forsaken City 2015-05-25 13:25:05 -03:00
Luna Skyrise
c81b2fd184 [CHK] Add Untaidake, the Cloud Keeper 2015-05-25 13:24:47 -03:00
Luna Skyrise
f57884c1c2 [ARC, JUD] Add Nantuko Monastery 2015-05-25 13:22:37 -03:00
Luna Skyrise
0c43184d0a [ARN, MED] Add Island of Wak-Wak 2015-05-25 13:22:05 -03:00
Luna Skyrise
c26ba1d3a5 [HML] Add Castle Sengir 2015-05-25 13:21:23 -03:00
Luna Skyrise
8668a8fa31 [HML] Add Aysen Abbey 2015-05-25 13:21:13 -03:00
Luna Skyrise
7977a8c968 [HML] Add An-Havva Township 2015-05-25 13:21:01 -03:00
Luna Skyrise
4b7a52cda8 [ICE] Add Veldt 2015-05-25 13:19:55 -03:00
Luna Skyrise
cbb3fe1c1b [PCY] Add Wintermoon Mesa 2015-05-25 13:19:35 -03:00
Luna Skyrise
e1b16902b6 [HML] Add Wizards' School 2015-05-25 13:19:13 -03:00
Luna Skyrise
ad6f00be0b [5ED, FEM] Add Hollow Trees 2015-05-25 13:18:35 -03:00
Luna Skyrise
66b89b9fec [5ED, FEM] Add Icatian Store 2015-05-25 13:18:24 -03:00
Luna Skyrise
33692d157b [DD3, FUT, DD2] Add Keldon Megaliths 2015-05-25 13:18:01 -03:00
Luna Skyrise
4f210343df [5ED, FEM] Add Sand Silos 2015-05-25 13:17:12 -03:00
Luna Skyrise
9611864b42 [CMD, RAV, DDJ] Add Svogthos, the Restless Tomb 2015-05-25 13:16:51 -03:00
Luna Skyrise
7a4b323262 [ARN, ME4] Add Elephant Graveyard 2015-05-25 13:15:59 -03:00
Luna Skyrise
452b626a4b [LEG, ME3] Add Urborg 2015-05-25 13:15:03 -03:00
Luna Skyrise
b7339c161c [5ED, FEM] Add Dwarven Hold 2015-05-25 13:14:30 -03:00
Luna Skyrise
15a7ec767d [ME3, DRK] Add City of Shadows 2015-05-25 13:14:05 -03:00
Luna Skyrise
1c62ed9955 [5ED, FEM] Add Bottomless Vault 2015-05-25 13:13:17 -03:00
LevelX2
77def0a112 * Mindcrank - Fixed that the triggered effect did not work. 2015-05-25 17:18:12 +02:00
LevelX2
58a8e7dc75 Added missing implementation of Flicker and Flickering Spirit. 2015-05-25 17:13:39 +02:00
LevelX2
4dea363592 * Dawn Charm - Fixed that the prevention effect did prevent all damage not only combat damage. 2015-05-25 16:58:28 +02:00
LevelX2
fe2d41944a * Dawn Charm - Fixed that the prevention effect did prevent all damage not only combat damage. 2015-05-25 16:57:11 +02:00
LevelX2
4298e66e02 * Changeling - Fixed that some non creature subtypes of cards (e.g. Arcane) were positive filtered for Changeling (fixes #991). 2015-05-25 16:51:09 +02:00
LevelX2
b753654384 * Added Arcbound Crasher, Mana Clash, Tel-Jilad Stylus, Chance Encounter and Vampiric Link. 2015-05-25 15:50:50 +02:00
LevelX2
d3b41c076d * Added DealsDamageAttachedTriggeredAbility and used in some cards. 2015-05-25 15:49:51 +02:00
TGower
b2d12beb82 Implemented Primal Beyond 2015-05-24 22:49:56 -07:00
LevelX2
6480fb321e Merge origin/master 2015-05-25 00:58:06 +02:00
LevelX2
194c2eb371 * Reflecting Pool - Fixed that it did not work correctly with lands that produce conditional mana (e.g. Sliver Hive or Caverns of Soul) fixes #993. 2015-05-25 00:57:42 +02:00
emerald000
09a4267a46 Added Boiling Seas, Cephalid Constable, Devastating Dreams and Life and Limb. 2015-05-24 16:57:12 -04:00
openSrcCoder
c5b9cd0886 Added Feeding Frenzy card impl. 2015-05-24 12:02:38 -07:00
LevelX2
c3447ccff0 * Eldrazi Temple - Fixed that the first ability was automatically used for spells (fixes #908) . 2015-05-24 18:56:34 +02:00
LevelX2
e8b2e01cd4 * Surrak, the Hunt Caller - Fixed tooltip text. 2015-05-24 10:13:03 +02:00
LevelX2
a183afc987 * Drooling Groodion - Fixed that the same creature could be targeted from both targets of the activated ability. 2015-05-23 19:21:45 +02:00
LevelX2
28d816b21f * Endrek Sahr, Master Breeder - Fixed Thrull creating ability that did not work when the triggering spell was countered. 2015-05-23 18:59:41 +02:00
LevelX2
e82ee26136 Added test for Sepulchral Primordial. 2015-05-23 18:38:34 +02:00
LevelX2
f4718deae4 * Jareth, Leonine Titan - Fixed that the protection giving ability did not work correctly. 2015-05-23 18:02:37 +02:00
LevelX2
7003dc7e3f * Fixed that the AI used activated abilities even if they were forbidden by a restriction effect like Arrest. 2015-05-23 17:43:27 +02:00
LevelX2
e1a8e41702 * Ghastlord of Fugue - Fixed the not working triggered ability. 2015-05-23 17:08:18 +02:00
LevelX2
d427e9a315 * Hindering Light - Fixed that target check did not work correctly for modal spells (e.g. Cryptic Command). 2015-05-23 16:59:53 +02:00
LevelX2
50e8e3930c * Vengeful Rebirth - Fixed target handling if second target chnaged zone until Vengeful Rebirth resolves. 2015-05-23 16:49:16 +02:00
LevelX2
a5820a50e6 Added tests for Auraswap. 2015-05-23 16:34:32 +02:00
LevelX2
ce64a22c15 Some more rework of player.moveCard (mainly to graveyard). 2015-05-23 15:35:40 +02:00
LevelX2
d238355a13 Added Nihilith, Kavu Lair, Recross the Paths, Arcbound Slith and Blazing Archon. 2015-05-22 17:58:01 +02:00
LevelX2
6a7b43f71c Some minor chnages. 2015-05-22 17:56:53 +02:00
LevelX2
38865e2495 Added some tests. 2015-05-22 15:16:29 +02:00
LevelX2
467a11b4cd Started to rework player.moveCard methods to handle multiple cards. 2015-05-22 15:15:39 +02:00
LevelX2
e68bd0e876 * Dolmen Gate - Fixed that it was not checked if the creates were attacking creatures for damage prevention. 2015-05-22 11:26:42 +02:00
emerald000
2e915af6ae Readded subtypes removed my mistake. 2015-05-21 22:22:06 -04:00
Plopman
987d1df1e0 [5ND] Added 10 cards 2015-05-22 00:54:49 +02:00
LevelX2
b64d5c39cc * Fixed accidental removed subtype of Murder Investigation. 2015-05-22 00:33:15 +02:00
LevelX2
d7255f971c * Some more minor changes. Added test. 2015-05-21 23:25:46 +02:00
LevelX2
093b22081a * Some minor changes. 2015-05-21 22:39:30 +02:00
LevelX2
e6b45222ee Merge pull request #989 from TGower/master
Keldon Warlord, Sleeper Agent, and Rootwater Diver
2015-05-21 09:06:40 +02:00
TGower
95699b7e1c Added target.setNotTarget(true); as it is a choose ability that does not target the opponent. Gatherer Ruling
9/15/2013	Akroan Horse’s enters-the-battlefield ability doesn’t target any opponent. In a multiplayer game, you choose the opponent as the ability resolves.
2015-05-20 21:22:44 -07:00
TGower
35ecb1b26e 2015-05-20 21:02:31 -07:00
LevelX2
6097e297fe * Prevention effects - Fixed that prevention effects also prevented damage that was not preventable (fixes #983). 2015-05-21 00:25:37 +02:00
LevelX2
a3065b703a * Fixed that named searches (e.g. Surgical Extraction) work also if the selected card is a split card. 2015-05-20 17:17:42 +02:00
LevelX2
be81d93e2b Merge pull request #986 from lopho/master
Added Plague Rats and some fixes
2015-05-20 16:05:23 +02:00
lopho
486083ba05 Fixed Altar Golem, p/t counts also when not on battlefield 2015-05-20 15:25:04 +02:00
lopho
15f1d14d56 Added Plague Rats (LEA, LEB, 2ED, 3ED, 4ED, 5ED) 2015-05-20 15:23:21 +02:00
LevelX2
1954f7e1d4 Merge pull request #982 from lopho/master
Add Poisonbelly Ogre and Hissing Miasma, Unglued set and basic lands, and some other cards...
2015-05-20 13:42:24 +02:00
emerald000
9974cfe070 Color settings removal part 4 2015-05-20 04:43:02 -04:00
emerald000
efc3501f37 Color settings removal part 3 2015-05-20 01:56:47 -04:00
emerald000
7f7bb1d09c Color settings removal part 2 2015-05-20 01:12:42 -04:00
emerald000
92c90bdaf2 Removed superfluous color settings. Splitted in a couple of commits for my poor computer to handle. 2015-05-20 00:02:42 -04:00
Trevor
ded89ebdd0 2015-05-19 19:46:43 -07:00
Trevor
8e5dccd726 2015-05-19 19:46:39 -07:00
Trevor
abf962aae7 2015-05-19 19:46:36 -07:00
Trevor
58925698fa 2015-05-19 19:46:33 -07:00
Trevor
c4370426f4 2015-05-19 19:46:30 -07:00
Trevor
9d8f7e2c14 2015-05-19 19:46:26 -07:00
Trevor
ce5d666001 2015-05-19 19:46:23 -07:00
Trevor
2af964e16f 2015-05-19 19:46:20 -07:00
Trevor
c448211e43 2015-05-19 19:46:17 -07:00
Trevor
b0fdd26294 2015-05-19 19:46:13 -07:00
Trevor
1cac5bdead 2015-05-19 19:46:10 -07:00
zweistecken
0126f45aa5 [RAV] Add Strands of Undeath 2015-05-19 20:14:22 +02:00
zweistecken
8ba5c94e77 [UGL] Add Unglued set and basic lands 2015-05-19 19:47:36 +02:00
zweistecken
1fe1a08bd5 Merge remote-tracking branch 'upstream/master' 2015-05-19 18:43:31 +02:00
zweistecken
b857195c66 [GPT] Add Hissing Miasma 2015-05-19 18:33:36 +02:00
zweistecken
e324d53d97 added SetTargetPointer Enum to AttackedByCreatureTriggeredAbility
PERMANENT targeting attacking creature
PLAYER targeting attacking player
modified Garruk Apex Predator (only card using this) to use SetTargetPointer
2015-05-19 18:33:10 +02:00
zweistecken
16d70585d9 [GPT] Add Poisonbelly Ogre 2015-05-19 18:30:56 +02:00
LevelX2
a31c7d496c * Goblin Tinkerer - Fixed the not working activated ability. 2015-05-19 17:04:24 +02:00
LevelX2
55fca291da * Mortarpod - Fixed tooltip text. 2015-05-19 16:57:54 +02:00
LevelX2
4d283993e6 * Necrogenesis and Thrive - Fixed tooltip texts. 2015-05-19 16:42:21 +02:00
LevelX2
025c5bf5d8 * Satyr Firedancer - Fixed that its ability did also trigger for damage from other sources than iinstant or sorcery spells (fixes #963). 2015-05-19 16:20:21 +02:00
LevelX2
c6d0c78d16 Merge pull request #976 from lunaskyrise/unchecked-and-deprecated
Remove most "has been deprecated" and "unchecked conversion" errors
2015-05-19 14:48:25 +02:00
LevelX2
1e7e3bf5cc * Overwhelming Stampede - Fixed that the boost value was not correctly calculated and applied. 2015-05-19 14:29:55 +02:00
LevelX2
e63eef16aa * Quckling - Fixed that it was not optional to return another creature. 2015-05-19 13:24:27 +02:00
Luna Skyrise
39eb4508c5 Cautery Sliver: apply cost and target to the right ability
Fixes #978
2015-05-18 23:12:11 -03:00
Luna Skyrise
7f63ad02a6 Basal Sliver: use SimpleManaAbility...
...instead of a custom SimpleActivatedAbility
2015-05-18 20:27:37 -03:00
Luna Skyrise
4f079286ec Remove most "unchecked conversion" errors 2015-05-18 19:53:34 -03:00
LevelX2
591c289627 Merge pull request #974 from lunaskyrise/animal-boneyard-and-more
Animal Boneyard and more
2015-05-19 00:05:19 +02:00
Luna Skyrise
d82b57d6bb Remove most "has been deprecated" errors 2015-05-18 18:35:51 -03:00