Page 1 of 1

[fixed/closed]Chronatog

PostPosted: 02 Oct 2013, 10:32
by HarlequinCasts
Describe the Bug:
Using Chronatog to skip your turn while Stasis is in play forces you into your own upkeep during your greyed out skipped turn in order to pay its upkeep.

This issue of upkeep cards not being aware of skipped turns sounds familiar, but I wanted to point it out in the case of Stasis, since it appears to actually cancel the skip turn effect somehow.

EDIT: Actually it seems like using Chronatog during the opponents turn is causing the problem. If you skip your next turn during their turn, the effect doesnt trigger until your upkeep.

Which card did behave improperly ?
Chronatog

Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
OoAv2

What exactly should be the correct behavior/interaction ?
Don't need to pay until your next upkeep.

Are any other cards possibly affected by this bug ?
NA

Re: Chronatog

PostPosted: 02 Oct 2013, 12:21
by Gargaroz
Chronatog ability is an approximation, so you'll have to wait.

Re: [wait list-approximation]Chronatog

PostPosted: 12 Jan 2014, 02:27
by Korath
I think this can be done properly by handling EVENT_CAN_SKIP_TURN (until recently labelled EVENT_START_TURN), checking land_can_be_played & LCBP_SKIP_TURN, and if not set, set it and destroy the legacy. This will also simplify Medomai the Ageless - time_walk_flag won't ever change from -1 by skipping turns like this (hence no slashes through the phase markers), and Medomai can just check that instead of its current hack in time_walk_effect().

Time Vault will need to be tweaked so it
  1. doesn't allow you to activate if land_can_be_played & LCBP_SKIP_TURN is already set, though it needs that anyway - currently it'll let you skip one turn to untap however many Time Vaults you have; and
  2. doesn't let you activate it if there are any skip-your-next-turn legacies in play.

---
I've done the above in a909771, except for altering Medomai the Ageless (which would have been incorrect). Seems to be working as expected.

Re: [wait list-approximation]Chronatog

PostPosted: 19 Jan 2014, 17:20
by Korath
I'm ready to call this fixed.

Re: [fixed by Korath]Chronatog

PostPosted: 24 Jan 2014, 01:27
by PGM
Not fixed, I just tested it with the most recent patch (Commanding the revision of Ice Age V2, normal gauntlet).

Re: [fixed by Korath]Chronatog

PostPosted: 24 Jan 2014, 01:49
by Korath
Which precedes the fix.

Re: [fixed by Korath]Chronatog

PostPosted: 24 Jan 2014, 01:50
by PGM
lol sorry it's getting late here