Commit Graph

8293 Commits

Author SHA1 Message Date
drdev
cce5ac665a Fix so stats on face down cards appear properly 2014-07-25 23:24:26 +00:00
drdev
5181b1b267 Support iterating formats in order 2014-07-24 02:46:25 +00:00
swordshine
4bd83f4ec9 - Fixed remaining auras with "This effect doesn't remove CARDNAME". 2014-07-21 10:12:35 +00:00
swordshine
e6f4de26dc - Fixed Pledge of Loyalty 2014-07-21 09:59:39 +00:00
swordshine
47ba659072 - Fixed Tattoo Ward 2014-07-21 09:49:20 +00:00
swordshine
782f7197ea - Fixed other four wards 2014-07-21 09:42:22 +00:00
swordshine
49a5ae3e77 - Fixed White Ward 2014-07-21 09:25:50 +00:00
swordshine
7131a97324 - "This effect doesn't remove Auras" (Spectra Ward) is now checked in state-based actions. 2014-07-21 06:00:32 +00:00
drdev
7e4057b492 Prevent graveyard opening after resolving a removal spell with another spell targeting that creature below it that will now be countered 2014-07-21 04:49:56 +00:00
Sol
c42f6fea9d - !PrintSheets can now be referenced inside Booster contents of an edition file
- M15 Boosters no longer contain cards only found in Intro decks
- Adding a few Conspiracy type cards, along with the capability of their use (NOTE: Deck editors still need a way to add Conspiracy types)
- Added Brago's Favor, Immediate Action, Muzzio's Preparations, Secret Summoning, Secrets of Paradise
2014-07-21 02:56:13 +00:00
drdev
558d24c431 Improve stack display so it feels more like a stack 2014-07-20 22:23:30 +00:00
Chris
7d8e3366ce [maven-release-plugin] prepare for next development iteration 2014-07-19 00:22:30 +00:00
Chris
4fd581fb5c [maven-release-plugin] prepare release forge-1.5.22 2014-07-19 00:22:17 +00:00
drdev
fcc3818a00 Fix formatting for Champion keyword 2014-07-18 08:16:26 +00:00
drdev
d754c4efd0 Fix so "Creature" isn't capitalized in abilities that start with "Sacrifice a creature:" 2014-07-18 07:59:04 +00:00
drdev
b3edcf8620 Prevent printing out "an another" in card rules text 2014-07-18 07:52:17 +00:00
elcnesh
e2d624f398 Fix P/T determination when only base power or base toughness is set for a creature. 2014-07-14 10:02:18 +00:00
swordshine
5e748db716 - Reverted r26631 2014-07-12 08:44:15 +00:00
swordshine
0b8676072d - Added Spectra Ward 2014-07-12 06:03:47 +00:00
elcnesh
76c043fa06 Fix some more block-triggers. 2014-07-11 23:16:04 +00:00
elcnesh
69885ba1af Fix No Quarter. 2014-07-11 19:15:54 +00:00
elcnesh
bf0cc2e926 Fix: when ending the turn, remove all additional phases/steps scheduled for this turn. 2014-07-11 10:48:54 +00:00
elcnesh
59f394bbc0 Fix Possibility Storm when the triggered card is countered. 2014-07-09 15:34:55 +00:00
elcnesh
63e6733e61 Fix copying replacement effects by copying the override ability rather than just the reference. 2014-07-09 13:03:14 +00:00
swordshine
587e005356 - M15: Added Jalira, Master Polymorphist and Necromancer's Stockpile 2014-07-08 14:11:51 +00:00
swordshine
5711863c59 - M15: Added The Chain Veil 2014-07-08 13:23:59 +00:00
elcnesh
2ab802f413 Fix NPE when dealing with copied tokens. 2014-07-08 09:57:42 +00:00
elcnesh
7dc244fb46 Revert order of Eaten by Spiders and Murderous Spoils. 2014-07-06 14:01:32 +00:00
elcnesh
f7cb61b467 Cleanup ControlGainEffect and fix its Stack description. 2014-07-06 09:58:38 +00:00
Chris
12bcc312ba [maven-release-plugin] prepare for next development iteration 2014-07-04 15:39:59 +00:00
Chris
5489fc7d64 [maven-release-plugin] prepare release forge-1.5.21 2014-07-04 15:39:44 +00:00
swordshine
6cea243888 - M15: Added First Response and Feast on the Fallen 2014-07-04 14:34:13 +00:00
elcnesh
e30d7bbaa2 Fix Wanderwine Prophets. 2014-07-01 15:17:31 +00:00
elcnesh
d49b6a992f Add trigger that triggers once for each block made, and fix Dead-Iron Sledge by using it.
This should actually be used by any card with "Whenever this blocks/becomes blocked by a creature, ..."
2014-07-01 14:12:31 +00:00
swordshine
628b4f5f40 - Fixed AddAbilities in Clone effect (the order of addExtraCharacteristics and copyCopiableAbilities is switched, so added this back) 2014-07-01 12:09:39 +00:00
drdev
b1a9ceaca6 Ensure undo stack cleared when phase changes 2014-07-01 06:02:35 +00:00
swordshine
ba09fa98ed - M15: Added Generator Servant and Sliver Hivelord 2014-07-01 05:43:35 +00:00
drdev
6b040f9d16 Prompt when passing priority if mana in your mana pool would be lost 2014-07-01 05:30:53 +00:00
drdev
b51b67e6f0 Show Undo in prompt if last action is undoable
Clean up unnecessary items from Game menu
2014-07-01 04:46:24 +00:00
elcnesh
fa9c537af9 Always include zero mana when paying costs, so costs raises (like Oppressive Rays') are taken into account. 2014-06-29 12:08:37 +00:00
drdev
187c919c89 Fix issue where loyalty didn't update as counters added/removed 2014-06-28 13:18:05 +00:00
elcnesh
d5008f1f29 Have suspend trigger only on removing the last time counter, not any type of counter. 2014-06-27 22:49:23 +00:00
elcnesh
d7aa626c45 Add: ability to refer to Cards with which costs were payed (eg. discard, sacrifice) by actual card,
in addition to LKI.

Relevant for example if you want to exile a sacrificed card on resolution (as Sword of the Ages does).
Existing functionality is not affected, only adds more Defined-clauses.
2014-06-27 19:45:16 +00:00
drdev
2e95ac9f58 Fix so p/t overlay updated after counters added/removed 2014-06-26 23:37:57 +00:00
elcnesh
1597a870bf Remove unnecessary cast. 2014-06-25 14:56:13 +00:00
elcnesh
2271b1e366 Fix counting cards in multiplayer games. Change checking for duplicate Cards to using a Set, as it becomes too complicated to do it using a couple of booleans. 2014-06-25 14:53:51 +00:00
elcnesh
a7f0ff43ce Fix cards depending on damage dealt to opponents for multiplayer games.
Remove unused Count nr of lands played by opponent.
2014-06-25 14:11:10 +00:00
elcnesh
dd70d399ea Fix some cards related to poison counters, which now function correctly in multiplayer games.
Clean up a method in Player.
2014-06-25 12:59:18 +00:00
elcnesh
48086b30b7 Start removing logic that depends on a single opponent, as this (naturally) doesn't work in multiplayer games.
'OppLifeTotal' is now removed, and started removing 'OppPoisonCounters'.
2014-06-25 10:07:23 +00:00
elcnesh
4eca4decac Fix copy effects so that added triggers (eg. Dethrone from Dack's Duplicate) function again. 2014-06-25 08:34:44 +00:00