Oleg Agafonov
|
5c4dc104f7
|
Typo fix
|
2019-01-07 14:22:13 +04:00 |
|
Oleg Agafonov
|
8c7df840f3
|
Fixed NPE errors for some cards (#5471)
|
2019-01-07 14:04:33 +04:00 |
|
Ingmar Goudt
|
9a310732d8
|
rewrite watchers to GameState.getWatcher(), rather than getWatchers().get(). This hides away the implementation of the watchers. Accepts the class rather than the name. Always returns the specific subclass, so there is no more casting needed. Only 1 line in the common library remains, that is still using the old 'deprecated' method. Needs a new version release to do that.
|
2019-01-06 20:59:13 +01:00 |
|
LevelX2
|
554e8076cf
|
* Fixed that the becomes land effects of Gaea's Liege and Graceful Antelope did not end when the source left the battlefield.
|
2019-01-06 11:11:09 +01:00 |
|
Ingmar Goudt
|
95a31759b5
|
add nullchecks on watchers
|
2019-01-06 00:35:26 +01:00 |
|
Evan Kranzler
|
8463d693d4
|
Condensed "targets a permanent you control" conditions into a single class
|
2019-01-05 13:41:34 -05:00 |
|
Evan Kranzler
|
53720149c6
|
updated the Addendum condition to take into account whether a spell was actually cast
|
2019-01-04 21:31:29 -05:00 |
|
Oleg Agafonov
|
0670c401e0
|
* Fixed Brood Of Cockroaches text
|
2019-01-05 01:42:43 +04:00 |
|
Oleg Agafonov
|
d81d253395
|
Fixed GainAbilityAttachedEffect that it can't apply some effects after enchantment dies (from gitter);
|
2019-01-04 23:57:28 +04:00 |
|
Oleg Agafonov
|
f6585ef734
|
Improved and fixed cards texts:
* fixed wrong texts for draw card abilities;
* added multi-effects text generation instead copy-paste (concatBy).
|
2019-01-04 23:51:42 +04:00 |
|
Oleg Agafonov
|
83cf370cc6
|
Merge remote-tracking branch 'origin/master'
|
2019-01-04 23:34:15 +04:00 |
|
Evan Kranzler
|
89454f9c8e
|
Implemented High Alert
|
2019-01-04 14:19:05 -05:00 |
|
Evan Kranzler
|
958503cff2
|
Merge branch 'master' of https://github.com/magefree/mage
|
2019-01-04 11:51:03 -05:00 |
|
Evan Kranzler
|
d49cd6f304
|
Implemented Electrodominance
|
2019-01-04 11:40:11 -05:00 |
|
LevelX2
|
50cd0af601
|
* Kess, Dissident Mage - Fixed that it did not allow split cards from graveyard. Fixed some other problems with the card.
|
2019-01-04 17:21:07 +01:00 |
|
Evan Kranzler
|
a7b0f05890
|
Implemented Ravager Wurm
|
2019-01-03 21:09:39 -05:00 |
|
Evan Kranzler
|
965fa971a3
|
updated implementation of Adapt
|
2019-01-03 16:20:36 -05:00 |
|
Oleg Agafonov
|
0bd9bd6015
|
Merge remote-tracking branch 'origin/master'
|
2019-01-03 21:23:58 +04:00 |
|
LevelX2
|
423115ced5
|
Merge pull request #5487 from ninthworld/Omnath
Fix ManaTypeInManaPoolCount to include conditional mana (Fixes #5458)
|
2019-01-03 17:38:34 +01:00 |
|
LevelX2
|
e8eaf49280
|
* Fixed possible class cast exception.
|
2019-01-03 17:33:52 +01:00 |
|
LevelX2
|
4365449be3
|
* Fixed a problem with variable life costs (e.g. Toxic Deluge) and prevent pay life effects (e.g. Angel of Jubilation) that did not work for those spells.
|
2019-01-03 16:35:10 +01:00 |
|
Oleg Agafonov
|
a4e374f96a
|
Refactor: improved emblem rules generation;
|
2019-01-03 11:41:34 +04:00 |
|
ninthworld
|
8183797c41
|
fix manatype in pool count to include conditional mana
|
2019-01-02 23:29:11 -08:00 |
|
Oleg Agafonov
|
a995643512
|
Fixed card texts
|
2019-01-03 04:13:24 +04:00 |
|
Oleg Agafonov
|
e9f9b05141
|
Fixed NPE errors for some cards (#5471)
|
2019-01-02 20:06:01 +04:00 |
|
Ingmar Goudt
|
799fe34b02
|
change HashMap to EnumMap
|
2018-12-29 10:30:40 +01:00 |
|
Evan Kranzler
|
2b6f85df23
|
Implemented Frenzied Arynx
|
2018-12-20 18:44:57 -05:00 |
|
Evan Kranzler
|
fd25ac8ccb
|
Implemented Aeromunculus
|
2018-12-19 18:19:49 -05:00 |
|
Evan Kranzler
|
846c133d04
|
Implemented Rix Maadi Reveler
|
2018-12-18 19:44:55 -05:00 |
|
Evan Kranzler
|
b5f383254c
|
implemented Afterlife ability
|
2018-12-17 22:25:52 -05:00 |
|
Oleg Agafonov
|
1d450730c0
|
Merge origin/master
|
2018-12-07 01:21:32 +04:00 |
|
Oleg Agafonov
|
02b7e2cf10
|
Refactor: extract card names compare logic (is empty name, is same name)
Fixed last broken tests
|
2018-12-07 00:26:50 +04:00 |
|
Jeff
|
21c6afa1c7
|
- Added Volrath's Dungeon.
|
2018-12-05 16:05:46 -06:00 |
|
Oleg Agafonov
|
59bda7f1d5
|
Refactor: added copyFrom info for all objects (original card used for copy, copy of copy and etc);
|
2018-11-29 19:29:39 +04:00 |
|
LevelX2
|
6c55ede2c2
|
Removed debug message.
|
2018-11-27 00:37:48 +01:00 |
|
LevelX2
|
8addea6891
|
Removed debug message.
|
2018-11-27 00:29:47 +01:00 |
|
jeffwadsworth
|
ea4c202a40
|
- Added Fatigue and Disappear.
|
2018-11-25 10:51:27 -06:00 |
|
jeffwadsworth
|
2e17cb334e
|
- Fixed #5100. Added a replacement effect for skipping the combat phase.
|
2018-11-23 11:36:29 -06:00 |
|
LevelX2
|
43ee5e9c43
|
* Acklay of the Arena - Fixed triggered ability (fixes #5416).
|
2018-11-23 12:30:44 +01:00 |
|
Oleg Agafonov
|
e5bdb85076
|
* Mirari - Fixed that it can select any spell instead triggered use.
|
2018-11-22 21:53:32 +04:00 |
|
Jeff
|
1bac7fc04c
|
- Fixed Soul Strings. DoUnlessAnyPlayerPays now supports X costs.
|
2018-11-20 09:46:36 -06:00 |
|
Jeff
|
0eedca5283
|
- Fixed #5393
|
2018-11-19 15:09:36 -06:00 |
|
Oleg Agafonov
|
e389b95738
|
* Fixed exception error on copy of copy of aura effects for some cards (Estrid's masks, Animate Dead, etc);
* Fixed wrong copy effects on rollbacks or errors;
|
2018-11-14 05:02:29 +04:00 |
|
Oleg Agafonov
|
9986c1d365
|
[GNT] implemented Militant Angel
|
2018-11-13 00:25:48 +04:00 |
|
Oleg Agafonov
|
209bccef0c
|
[GNT] implemented Inspired Sphinx
|
2018-11-12 22:31:42 +04:00 |
|
Oleg Agafonov
|
a0e4791ad6
|
[GNT] implemented Avatar of Growth
|
2018-11-12 04:17:04 +04:00 |
|
Oleg Agafonov
|
fe3eda4944
|
* Spell Contortion, Warleader's Helix - fixed wrong card text;
Removed unused getRules in cards code;
|
2018-11-11 22:54:49 +04:00 |
|
Jeff
|
61fb31bea0
|
- Added Serra's Hymn and Venomous Fangs.
|
2018-11-08 17:54:05 -06:00 |
|
Oleg Agafonov
|
08e88b8a65
|
Merge pull request #5351 from magefree/plane-and-emblem-implements-controllable
Refactor: make plane and emblem implement Controllable
|
2018-11-04 23:38:54 +04:00 |
|
Jeff
|
29e34934d9
|
- Added Hidden Stag and Soul Sculptor.
|
2018-10-29 11:45:37 -05:00 |
|