Commit graph

23731 commits

Author SHA1 Message Date
LevelX2
049a578f37
Merge pull request #4935 from magefree/rystan-fix-horn
Fix for Herald's Horn's spell reduction
2018-05-15 18:04:24 +02:00
LevelX2
e2f22d3bc9 Reworked some card movement handling (#4866). 2018-05-15 17:56:55 +02:00
LevelX2
08b9f61749 Removed wrong import in TestPlayer.java. 2018-05-15 14:31:37 +02:00
Michael Simons
7389a6178a
Update Electryte.java 2018-05-14 23:00:29 -04:00
Evan Kranzler
49c3f94cdb added Mage.Verify/mageclient.log to gitignore 2018-05-14 22:59:25 -04:00
Michael Simons
fd289b023c
Update Electryte.java
Electryte damage is now done by OneShotEffect derived "ElectryteEffect" so that damage is calculated at time of effect triggering.

Thanks @JayDi85
2018-05-14 22:57:59 -04:00
Evan Kranzler
ac97e4c600 fixed Sagas being sacrificed before their trigger has left the stack 2018-05-14 17:36:41 -04:00
theelk801
fbde510bac
Merge pull request #4940 from magefree/master
merge
2018-05-14 14:08:30 -04:00
Evan Kranzler
342b4486e8 fixed Damping Sphere not reducing sources of conditional mana (such as Eldrazi Temple and Mishra's Workshop) 2018-05-14 13:53:09 -04:00
Evan Kranzler
211f36c3cd fixed Myriad Landscape being able to get Wastes 2018-05-14 12:40:18 -04:00
Evan Kranzler
9b53aebab8 fixed Elemental Appeal not properly pumping tokens it creates 2018-05-14 12:24:39 -04:00
Evan Kranzler
954237e5ff fixed Stench of Decay shrinking artifacts rather than nonartifacts 2018-05-14 12:01:34 -04:00
Evan Kranzler
00e953ed19 fixed Kederekt Parasite dealing unpreventable damage 2018-05-14 11:54:49 -04:00
Evan Kranzler
e0bead005a fixed Dissipation Field returning creatures that have left the battlefield 2018-05-14 11:43:15 -04:00
Evan Kranzler
40ff146764 fixed Death's Shadow getting bigger from negative life totals (no longer how the rules work) 2018-05-14 11:39:27 -04:00
Evan Kranzler
9a66f1713b refactored instances of various types of counters 2018-05-14 11:11:11 -04:00
Evan Kranzler
44d0022d14 fixed Barren Glory not triggering properly 2018-05-14 10:43:21 -04:00
Evan Kranzler
376aaa19d5 fixed Traitor's Roar not having the creature deal the damage 2018-05-14 10:26:20 -04:00
Evan Kranzler
505d09b0bb fixed Firesong and Sunspeaker triggering off of other players gaining life (fixes #4933) 2018-05-14 10:22:49 -04:00
Michael Simons
4a2e914368
Update Electryte.java 2018-05-14 01:24:31 -04:00
Michael Simons
8844c31c93
Update UrzasSaga.java 2018-05-14 01:20:13 -04:00
Michael Simons
a89dbac978
Add files via upload 2018-05-14 01:18:39 -04:00
Oleg Agafonov
ec4bee43d2 * Daxos's Torment - fixed that it can't get Vampire type from Mephidross Vampire; 2018-05-14 02:42:57 +04:00
Oleg Agafonov
4851ba9e84 Test framework: added commands for real time checks/assertions:
* new checks: color, subtype, ability, PT, permanent and hand count;
 * more info in #4936;
2018-05-14 02:31:19 +04:00
LevelX2
f30c0a7054 Merge origin/master 2018-05-13 22:52:40 +02:00
LevelX2
21e5591e29 * Some rework of handling of mana effects. 2018-05-13 22:52:14 +02:00
Michael Simons
1c3fea2e3e
Fix for Herald's Horn's spell reduction
Correctly reduces chosen type of controlled spells again after change in last release.
As mentioned multiple times in #4895.
2018-05-13 00:23:07 -04:00
Oleg Agafonov
f021951578 Tests: added tokens tests in mage-verify (ignored until massive fixes, run it manually):
* check token class name convention (must ends with Token);
 * check token package (must be in mage.game.permanent.token);
 * check private tokens (must be replaced with CreateToken);
 * check missing data from tok-file;
2018-05-11 22:22:02 +04:00
Oleg Agafonov
321f82a381 Refactoring: replace custom creature tokens with basic class (9 cards) 2018-05-11 21:58:45 +04:00
Evan Kranzler
25b10c4d67 fixed Tyrant's Familiar not targeting correctly 2018-05-11 11:24:50 -04:00
Evan Kranzler
d6ff7f851d updated Brawl banlist, color identity rules, and 1v1 starting life total (closes #4931) 2018-05-10 20:40:52 -04:00
LevelX2
fe32fc7cc3 Merge origin/master 2018-05-11 00:52:28 +02:00
LevelX2
75c8ee35f6 * Some more fixed/reworked card movement handling. 2018-05-11 00:52:09 +02:00
LevelX2
7d7b13d5dd * Updated decks from test project after change of collectors numbers. 2018-05-11 00:51:47 +02:00
Blake Curry
5e6474c06e Improved command line autoconnect
Changed how the  command line autoconnect was handled to leverage the existing autoconnect code.
2018-05-10 14:05:34 -04:00
campb
6ad23a2f3d Parsing connect arguments and connecting. 2018-05-10 14:05:34 -04:00
Oleg Agafonov
591de4d468 Refactoring: replace custom creature tokens with basic class (4 cards) 2018-05-10 14:03:44 +04:00
Oleg Agafonov
256dc94c80 * Fixed 10 cards with "all permanents becomes" effect that it revoke colors instead doesn't change that;
* Affected cards: Jolrael, Empress of Beasts, Life // Death, Living Lands, Living Plane, Natural Affinity, Natural Emergence, Nature's Revolt, Rude Awakening,
Sylvan Awakening, Thelonite Druid
2018-05-10 13:41:05 +04:00
Shaun Hannah
755569d996
Fix class name mis-match 2018-05-10 05:13:02 -04:00
Oleg Agafonov
cf421aba22 * Fixed deck import that can't recognize some cards with umlauts in name; 2018-05-10 11:46:21 +04:00
Oleg Agafonov
05d5f53c29 * City in a Bottle - fixed that ability doesn't apply for some cards with umlauts in name; 2018-05-10 11:42:22 +04:00
Oleg Agafonov
0e4a992516 Fixed card numbers in STH - Stronghold (#4628) 2018-05-10 11:29:27 +04:00
Oleg Agafonov
f3bef1c1bc Fixed card numbers in TMP - Tempest (#4628) 2018-05-10 11:28:30 +04:00
Oleg Agafonov
79e5997f63 Fixed card numbers in WTH - Weatherlight (#4628) 2018-05-10 11:27:15 +04:00
Oleg Agafonov
681eb0616b Fixed card numbers in VIS - Visions (#4628) 2018-05-10 11:26:13 +04:00
Oleg Agafonov
4a55d4740f Fixed card numbers in MIR - Mirage (#4628) 2018-05-10 11:25:01 +04:00
Oleg Agafonov
9f7482bdf7 Fixed card numbers in HML - Homelands (#4628) 2018-05-10 11:23:55 +04:00
Oleg Agafonov
103d5c5f22 Fixed card numbers in ICE - Ice Age (#4628) 2018-05-10 11:21:47 +04:00
Oleg Agafonov
6207f65b0d Fixed card numbers in FEM - Fallen Empires (#4628) 2018-05-10 11:20:23 +04:00
Oleg Agafonov
506db51649 Fixed card numbers in DRK - The Dark (#4628) 2018-05-10 11:14:17 +04:00