Commit Graph

31254 Commits

Author SHA1 Message Date
Hanmac
710202e421 EffectEffect: ForgetOnMoved & ExileOnMoved add Flags for tiggers when to forget the remembered cards when they are moved from their zone. 2016-07-29 10:14:07 +00:00
Hanmac
41ce3af268 SpellAbilityRestriction; fix for mayPlay only for non-Basic Spells (until the mayPlay are more connected) 2016-07-29 10:11:29 +00:00
Hanmac
7bbe21c35e AbilityUtils: add RememberedCard, to differ it from the other Remembered objects 2016-07-29 08:57:26 +00:00
Hanmac
2ffb492843 EffectEffect: add "Duration$ UntilYourNextUpkeep" 2016-07-29 08:09:20 +00:00
Hanmac
0f4f6e9063 Player: updated Commander code with using MayPlay 2016-07-28 19:55:40 +00:00
Hanmac
4a10466190 CostAdjustment: fixed Cost Raise if paid was canceled 2016-07-28 19:53:53 +00:00
Hanmac
1e749a57ab Card & Combat & Player: combat damage with Lifelink only causes one lifegain event 2016-07-28 18:15:56 +00:00
Hanmac
08e0d2ef17 Meadowboon: forget card while doing the Evoke update 2016-07-28 17:03:18 +00:00
Hanmac
cf81e25964 CardFactoryUtil: fixed Evoke, totally my fault 2016-07-28 17:02:36 +00:00
Hanmac
3d4571888b Mind's Desire & Sins of the Past: use MayPlayWithoutManaCost 2016-07-28 09:34:34 +00:00
Hanmac
ac4fbd4ed5 GameActionUtil: remove "May be played without paying its mana cost" 2016-07-28 09:33:17 +00:00
Hanmac
e50dc271ee Walker of the Grove: forget card while doing the Evoke update 2016-07-28 09:08:36 +00:00
Hanmac
4448084632 Temporal Aperture: use MayPlay 2016-07-28 08:52:39 +00:00
Hanmac
b0347975ca Aluren + Qasali Ambusher: using MayPlayWithFlash 2016-07-28 08:05:55 +00:00
Hanmac
a5728b9761 CardPlayOption: add MayPlayWithFlash 2016-07-28 07:06:58 +00:00
Hanmac
eb2b531c9d Omniscience: use MayPlayWithoutManaCost 2016-07-28 07:04:03 +00:00
Hanmac
c03046cbdd Tamiyo, Field Researcher: use MayPlayWithoutManaCost 2016-07-28 07:03:34 +00:00
Sol
2187ba6915 - Added target prompting for Borrowed Hostility 2016-07-28 03:19:10 +00:00
Hanmac
456cd24231 Psychic Intrusion: use MayPlay instead of "may be played" 2016-07-28 01:44:23 +00:00
Hanmac
27aadd4651 Stone Idol Trap: accidently removed the cost reduction part 2016-07-28 01:17:06 +00:00
Hanmac
423a2ae61a Spelljack: remove unused "May be played" 2016-07-27 19:54:24 +00:00
Hanmac
8e2c555bd4 Stolen Goods: remove unused "May be played" 2016-07-27 19:52:51 +00:00
Hanmac
b3f238377a Sen Triplets: fixed CantBeCast for all cards,
also remove unused "May be played by your opponent"
2016-07-27 18:50:28 +00:00
Hanmac
1a32d7530c Gravecrawler: use MayPlay instead of "may be played", also use IsPresent instead of Valid SVar 2016-07-27 18:46:27 +00:00
Hanmac
87270ec3db PlayerZone: rewrite the Filter to remove use of "May be played" keywords. "may look" keywords might be removed later too. 2016-07-27 16:55:21 +00:00
Hanmac
697e3ed123 Havengul Lich: reworked to remove "May be played" keywords
also add forget trigger when a card is removed from graveyard
2016-07-27 16:50:47 +00:00
Hanmac
90a4902b86 Narset, Enlightened Master: turn "May be played" keyword into "MayPlay" effect 2016-07-27 16:43:47 +00:00
Hanmac
00bcf868c7 Prized Amalgam: fixed that it should not be returned from its trigger when it got sacrificed again in the same turn.
(when there is more than one delayed trigger)
2016-07-27 14:57:00 +00:00
Sol
b332c2805a - Revert change for Myriad Landscape that doesn't allow a single Wastes to be fetched for 2016-07-27 13:07:15 +00:00
swordshine
c05aa14a35 - Fixed TokenEffect so the "AtEOT" delayed trigger only triggers once for Chandra, Flamecaller 2016-07-27 09:44:32 +00:00
Hanmac
49f1835d96 Card: Meld cards can't be turned faceDown 2016-07-27 06:49:12 +00:00
Hanmac
41fd7bde6e Chandra Flamecaller: add removed Cleanup again
Feldon of the third Path: remove uneeded SubAbility
2016-07-27 06:37:22 +00:00
Hanmac
416fd1de47 AbilityFactory: getSubAbility now warns better what SVar is missing 2016-07-27 06:35:46 +00:00
Hanmac
e7b3b33c52 cards: updated Evoke creatures, removing the SacrificeTrigger 2016-07-27 06:25:32 +00:00
Hanmac
60b116bdff CardFactoryUtil: reworked Evoke a bit, move the Sacrifice Trigger from the Cards to the Factory 2016-07-27 06:23:47 +00:00
swordshine
1cce67675f - Added “OppOwn” check to Creeping Dread 2016-07-27 03:52:58 +00:00
Agetian
c7b4834500 - Reverting the TriggerTransformed hotfix to test the operation of the newer proper fix. 2016-07-26 20:01:01 +00:00
Hanmac
a2bedc6cd6 TriggerHandler: try to fix problem with transformed cards in clearInstrinsicActiveTriggers 2016-07-26 19:36:09 +00:00
Hanmac
e64923ad88 AbilityFactory: add new getAbility overload checking for SVar 2016-07-26 19:33:44 +00:00
Agetian
799d0b138c - Added a FIXME note to TriggerTransformed until it is investigated. 2016-07-26 19:19:46 +00:00
Sol
c37487a9cd - Fix Shaman of Forgotten Ways description 2016-07-26 18:14:29 +00:00
Hanmac
4505d5d482 Collective Brutality: add Card thanks to new Escalate Keyword 2016-07-26 17:53:27 +00:00
Sol
a9220ea4ed - Fixed Spectral Reserves spell description 2016-07-26 17:49:22 +00:00
Hanmac
e8b78e65dd AbilityFactory & CharmEffect: do create the SpellDescription from its Choices 2016-07-26 16:59:04 +00:00
Hanmac
2f5102d01d MagicStack: prevent crash caused by Devtools 2016-07-26 16:41:26 +00:00
Agetian
b5dcda6ef0 - [Hotfix] Fixed Ulrich of the Krallenhorde and Huntmaster of the Fells "Transformed" triggers crashing with a No API error. Please review and update if necessary. 2016-07-26 16:26:29 +00:00
Hanmac
effd633989 Collective Effort: add card, now scriptable thanks Escalate Keyword 2016-07-26 15:19:06 +00:00
Hanmac
db258031bf CardFactoryUtil: fixed output for Escalate with not only manacost 2016-07-26 15:10:57 +00:00
Sol
b065585c00 - Add Thirsting Axe 2016-07-26 14:35:04 +00:00
Sol
d41c0bc3e0 - Add changes to allow for a one of the two piles to be facedown
- Add Fortune's Favor
2016-07-26 14:32:42 +00:00