Page 1 of 1

[fixed/closed]Oubliette + golem token

PostPosted: 26 Mar 2014, 09:58
by BAgate
Describe the Bug:
When you cast Oubliette on a golem token they both go to the gy.

Which card did behave improperly ?
Oubliette

Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
2014/02/18: Born of the Gods v2 - DUEL

What exactly should be the correct behavior/interaction ?
Normal Oubliette behavior.

Are any other cards possibly affected by this bug ?
-

Re: Oubliette + golem token

PostPosted: 26 Mar 2014, 10:58
by Korath
Not quite normal - the token should cease to exist when it becomes exiled, and any Auras attached to it should stay exiled forever. The Oubliette definitely shouldn't go to graveyard itself, though.

Re: Oubliette + golem token

PostPosted: 26 Mar 2014, 11:16
by BAgate
Which is normal behavior for tokens.

Re: Oubliette + golem token

PostPosted: 27 Mar 2014, 15:40
by Gargaroz
Well, Oubliette is still using the old wording with "phasing", so I think this needs recoding. I'll do it.

Re: Oubliette + golem token

PostPosted: 27 Mar 2014, 17:37
by Korath
Any full recode's going to run into the same problems we normally get when bringing auras into play and trying to force them to attach to something specific. Maybe even worse than usual, if there's something like a Night of Souls' Betrayal in play and the aura's the only thing keeping the creature's toughness above 0. Probably less disruptive to figure out what's going wrong with the current implementation, which, so far as I can tell, is working correctly except for this and Pull from Eternity.

At a glance, all it needs is to detach from the enchanted card before calling oubliette_effect() if it's trying to enchant a token.

Re: [confirmed]Oubliette + golem token

PostPosted: 17 Apr 2014, 20:43
by Korath
Oubliette rewritten by Gargaroz in facde58 (after the patch).