Page 6 of 7

Re: Aether Revolt Spoiler Season

PostPosted: 09 Jan 2017, 12:49
by Hanmac
I will fix Daredevil Dragster when I am at home.

Re: Aether Revolt Spoiler Season

PostPosted: 09 Jan 2017, 13:19
by friarsol
Improvise as a convoke clone should be fine. We'll get the exact handling of paying costs fixed up when we're not in the middle of spoiler season.

Re: Aether Revolt Spoiler Season

PostPosted: 09 Jan 2017, 13:39
by Hanmac
Something with Delve which should work but does not yet:
Sacrifice a non-token creature for mana. Then exile it with Delve should work. Currently it does not yet.

I am okay with Improvise as Convoke too, but that should be but in the changes so we don't forget it.

Re: Aether Revolt Spoiler Season

PostPosted: 09 Jan 2017, 14:28
by onderzeeboot
Found another one. Baral's Expertise costs 3 U instead of 3 U U.

Re: Aether Revolt Spoiler Season

PostPosted: 09 Jan 2017, 20:33
by Hanmac
updated the code for:
Gonti's Machinations "FirstTime$ True"
Hope of Ghirapur "wasDealtCombatDamageThisTurnBy Self"

Re: Aether Revolt Spoiler Season

PostPosted: 10 Jan 2017, 00:01
by friarsol
Ok, I have a little bit of free time. I'll see if I can whip Improvise together. Did someone already code the cards with K:Improvise somewhere?

Re: Aether Revolt Spoiler Season

PostPosted: 11 Jan 2017, 08:22
by stormcat
:r33118
In spite of Quicksmith Spy don't leave the battlefield, ability of artifact added by her is losing in the next turn.

Re: Aether Revolt Spoiler Season

PostPosted: 11 Jan 2017, 11:32
by Agetian
stormcat wrote::r33118
In spite of Quicksmith Spy don't leave the battlefield, ability of artifact added by her is losing in the next turn.
Fixed (r33120).

- Agetian

Re: Aether Revolt Spoiler Season

PostPosted: 11 Jan 2017, 12:51
by Hanmac
Agetian wrote:
stormcat wrote::r33118
In spite of Quicksmith Spy don't leave the battlefield, ability of artifact added by her is losing in the next turn.
Fixed (r33120).

- Agetian
Are you sure the fix is right?
UntilLoseControlOfHost does sounds more plausible because the effect should end when you lose control of it.

Re: Aether Revolt Spoiler Season

PostPosted: 11 Jan 2017, 14:04
by Agetian
Hanmac wrote:
Agetian wrote:
stormcat wrote::r33118
In spite of Quicksmith Spy don't leave the battlefield, ability of artifact added by her is losing in the next turn.
Fixed (r33120).

- Agetian
Are you sure the fix is right?
UntilLoseControlOfHost does sounds more plausible because the effect should end when you lose control of it.
Ah, you're right, I didn't see this subtle difference before. I'll go ahead and add UntilLoseControlOfHost param processing to AF Animate then and will switch it over to that. Thanks for pointing it out! :)

- Agetian

Re: Aether Revolt Spoiler Season

PostPosted: 11 Jan 2017, 20:15
by Marek14
I used the same code for Quicksmith Spy and Quicksmith Rebel -- if one needs a fix, the other one will probably need it as well.

Re: Aether Revolt Spoiler Season

PostPosted: 11 Jan 2017, 20:38
by Agetian
Yeah, they're both patched the same way now (no change needed in the script actually, I just extended AF Animate to properly support the syntax).

- Agetian

Re: Aether Revolt Spoiler Season

PostPosted: 12 Jan 2017, 12:57
by stormcat
:r33131
Crackdown Construct is not 2/4, 2/2.

Re: Aether Revolt Spoiler Season

PostPosted: 12 Jan 2017, 13:18
by stormcat
:r33131
[Wrong P/T]
Aeronaut Admiral is not 3/2, 3/1.

[Wrong Mana Cost]
Baral's Expertise is not 3U, 3UU.

Re: Aether Revolt Spoiler Season

PostPosted: 12 Jan 2017, 13:34
by Marek14
Improvise scripts (accidentally posted them in Bug Reports thread).