Agetian
16da11a828
- NPE protection.
2015-10-08 20:06:12 +00:00
Agetian
7df36900e4
- Reveal face down cards leaving the stack zone and not entering the battlefield (per rule 504.6).
2015-10-08 20:03:20 +00:00
Agetian
96e1910634
- Fixed the ability description for Undead Servant.
2015-10-08 16:41:09 +00:00
Agetian
a53bc5f72b
- Fixed Infernal Scarring "draw a card" trigger triggering twice.
2015-10-08 14:22:36 +00:00
Sol
d5dc1a9e2a
- Temporarily wrapping faulty logic with a try/catch so Quest Mode decks can actually save
2015-10-08 13:40:29 +00:00
Sol
e7fe36f402
- Fix cost for Sacrifice of Ally Encampment
2015-10-08 13:38:20 +00:00
Agetian
f511d418a3
- Fixed Hedron Blade.
2015-10-08 11:48:55 +00:00
Maxmtg
95186df02e
BFZ fatpack added
2015-10-08 05:53:24 +00:00
Sloth
c164c4ddfc
- Updated two AI SVars.
2015-10-07 20:56:30 +00:00
Sloth
5b56076e3e
- Updated 2 quest decks.
2015-10-07 20:56:12 +00:00
Sloth
41397aafe5
- The number of wins to unlock challenges can now be modified by the users in Quest Preferences.
2015-10-07 17:54:27 +00:00
excessum
c1eb95981d
- Implemented AI for Atarka's Command
2015-10-07 13:10:36 +00:00
Agetian
b84c5dbc23
- Implemented the "Remove X counters from among creatures you control" logic when testing the availability of counters on cards to do the CostRemoveCounter payment. Fixes Novijen Sages and similar cards (Ooze Flux, Retribution of the Ancients).
2015-10-07 11:12:19 +00:00
Sloth
74405c38e6
- Updated 3 quest decks.
2015-10-07 10:00:09 +00:00
Agetian
ed36eeb728
- Update the visual state of a card when adding KW Haste to ensure that the summoning sickness icon is removed from it.
2015-10-07 09:31:57 +00:00
tojammot
230ff7a032
Added the hard quest opponent Remilia Scarlet 3.
2015-10-07 04:23:17 +00:00
Sloth
4846b79298
- Fixed the triggered ability of Charmbreaker Devils being optional.
2015-10-06 12:29:44 +00:00
Sloth
690649872a
- Added a medium version of the Bamm Bamm Rubble opponent.
2015-10-06 09:38:01 +00:00
Sloth
c2a6324674
- Updated the quest opponent Bamm Bamm Rubble 1.
2015-10-06 09:16:26 +00:00
Sloth
79c5e3efe1
- The AI will now be aware of the effect of Bazaar of Wonders.
2015-10-06 08:10:23 +00:00
Agetian
5ea54f78eb
- Fix Devoid not interacting correctly with Clone and other things that grab current information about the card (Devoid used to add "colorless" as a temporary color text-changing ability).
2015-10-06 04:53:14 +00:00
Sloth
e949f2cd20
- Fixed a little mistake in chooseBestLandToPlay.
2015-10-05 20:39:13 +00:00
Sloth
18c8a58e1b
- Updated 3 quest decks.
2015-10-05 18:51:09 +00:00
Sloth
374a78604e
- The AI will now be aware of Chalice of the Void and Presence of the Master.
2015-10-05 12:54:27 +00:00
swordshine
c1c03cff7d
- Fixed SOM duals
2015-10-05 12:48:00 +00:00
Agetian
c3197b1933
- Corrected Oracle text for Thornbow Archer.
2015-10-05 07:55:55 +00:00
Agetian
39376ba75c
- Token updates and corrections for Rise of the Eldrazi, Theros, Magic Origins (as suggested by Marek14).
2015-10-05 07:50:55 +00:00
drdev
8c49a7d264
Support setting directory for newly created decks by adding fullPath to StorageBase
2015-10-04 21:59:20 +00:00
drdev
c6d81ed4cd
Code cleanup
2015-10-04 21:23:47 +00:00
drdev
5852396756
Fix so directory set for decks in more cases
2015-10-04 21:21:13 +00:00
drdev
b57a54075c
Fix so directory copied in copy constructor
2015-10-04 21:05:51 +00:00
drdev
d89d6ae951
Support directory being included in Deck object
2015-10-04 21:01:35 +00:00
Agetian
88cbb9a6f8
- Added Ultimate$ True to Gideon, Ally of Zendikar's ultimate ability. Should fix the achievement not triggering.
2015-10-04 19:16:09 +00:00
Agetian
dfa8d4f464
- Added a notification message to the case when not enough legal targets are left to tap during the cost payment that includes tapping a certain number of cards.
2015-10-04 16:27:48 +00:00
Agetian
361ffc91a5
- Fixed the "Always No" context menu button auto yielding until end of turn.
...
- Made the "Always Yes"/"Always No" buttons not automatically pass priority such that the user has a chance to set up an auto yield the same turn by clicking the stack item again and choosing "Auto Yield" if necessary (or, if the point was merely setting up an Always Yes/No option, to pass priority manually).
2015-10-04 15:53:36 +00:00
Sloth
3676f9cbf4
- Fixed Arcbond not working with Lifelink.
2015-10-04 14:42:39 +00:00
Agetian
7884644a4f
- A more appropriate location for the num of targets test in HumanCostDecision (Tap).
2015-10-04 14:11:28 +00:00
Agetian
1cdc56d727
- Fixed the "Crackleburr + tapping Smokebraider to get mana and thus having not enough untapped red creatures to tap anymore" interaction.
2015-10-04 14:09:33 +00:00
Agetian
90698bc892
- Use a temporary card copy with full information about changed colors, types, and keywords when processing TriggerSacrificed such that the trigger is based on the most up-to-date information about the card (e.g. Savra, Queen of the Golgari + Painter's Servant + Warren Weirding on a creature with the changed color from Painter's Servant).
...
- Somewhat experimental, testing is welcome!
2015-10-04 13:51:46 +00:00
Sloth
faca4c8db0
- Added a hard version of the Black Abbot opponent.
2015-10-04 09:00:39 +00:00
Sloth
3b7935d868
- Improved LifeGainAI.
2015-10-04 08:56:37 +00:00
Sloth
4f438a7bc9
- Updated two AI SVars.
2015-10-04 08:51:36 +00:00
Sloth
0ca0b654b5
- Fixed Aligned Hedron Network crashing when played by the AI.
2015-10-04 08:46:37 +00:00
Agetian
25362f728f
- Ensure that a card is returned to its original state when it's being moved from the battlefield (fixes e.g. a Manifested tapland returning to hand that then causes a crash when that same land is played from hand later).
...
- This is a little experimental, please test for possible issues!
2015-10-04 07:57:59 +00:00
Agetian
37041145bf
- Removed a redundant comment in ComputerUtilCost.
2015-10-04 05:54:31 +00:00
Sol
8c549a982d
- Display Devoid for Sorcery/Instants
2015-10-03 21:20:11 +00:00
Sol
45e4bd3db7
- Adding missing spell description for Call the Scions
2015-10-03 20:53:21 +00:00
Agetian
465d4eb3c3
- Added ForceRevealToController$ True to Ancient Stirrings.
2015-10-03 20:43:18 +00:00
Agetian
daa3ef05be
- Added DDP edition file (by Xitax).
2015-10-03 19:40:04 +00:00
drdev
eebfb23b0d
Version bump to 1.5.47.001
2015-10-03 19:20:51 +00:00