Page 1 of 1

[fixed/closed]Faerie Conclave - Unexpectedly Absent

PostPosted: 27 Mar 2014, 17:19
by Aswan jaguar
Describe the Bug:
I used Unexpectedly Absent to put to library an attacking animated Faerie Conclave and the animated one went back to library instead of the Land.
- Next AI turn, put it on the battlefield still as animated land.
- next AI turn the animated Faery Conclave turned into a Fog of Gnats. :shock:
- On my turn I used Celestial Purge to exile Fog of Gnats and in the exile zone there is the animated Faery Conclave.
1-
2014-03-25_120523.jpg
you can see the animated Faery Conclave on top of library

2-
2014-03-25_120551.jpg
animated Faery Conclave played as land animated

3-
faerie conclave turn into fog of gnats.jpg

4-
2014-03-25_120942.jpg
I exiled Fog of Gnats and animated Faery Conclave in exile zone


Which card did behave improperly ?
Faerie Conclave - Unexpectedly Absent

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 ?
A animated land,enchantment,artifact if it dies,is exiled,returned to hand/library changes back to it's original form.

Are any other cards possibly affected by this bug ?
-
both savegames corrupted

Re: [confirmed]Faerie Conclave - Unexpectedly Absent

PostPosted: 27 Mar 2014, 18:28
by BAgate
An animated Mishra's Factory has the same thing happen.

Since animated lands are still lands, they shouldn't even be targetable.

Also, I'm not getting asked for X with Unexpectedly Absent.

Re: [confirmed]Faerie Conclave - Unexpectedly Absent

PostPosted: 28 Mar 2014, 22:35
by Gargaroz
Fixed the targeting in 0fc4a02.
The "not asking X cost" bug is due to bad values in "ct_all".

Re: [needs csv update]Faerie Conclave - Unexpectedly Absent

PostPosted: 29 Mar 2014, 06:16
by Korath
Storing the animated version is because it writes internal_card_id into deck_ptr[][] instead of original_internal_card_id. (This will also fix it for copying cards like Clone, and transformed and flipped cards.) It also needs to handle tokens explicitly.

Re: [needs csv update]Faerie Conclave - Unexpectedly Absent

PostPosted: 29 Mar 2014, 06:41
by Aswan jaguar
You want to leave this for the animate land back to library problem?

And 2ndly have these cards like Unexpectedly Absent (Tempt with Vengeance & Sudden Demise )the same problem and need csv update as stated in this report:
viewtopic.php?f=86&t=13431&p=143388#p143388

Re: [needs csv update]Faerie Conclave - Unexpectedly Absent

PostPosted: 29 Mar 2014, 07:41
by Korath
Yes, leave open - it won't just put Assembly Workers and Conclave Faeries into libraries, but Garruk, the Veil-Cursed, Nighteyes the Desecrator, Saproling tokens, animated Opal Titan, and whatever Clone is copying instead of Clone itself.

Re: [confirmed]Faerie Conclave - Unexpectedly Absent

PostPosted: 03 Apr 2014, 15:25
by Korath
Fixed ec66445.