Page 1 of 1

[fixed]Tooth and Nail: entwine, only one creature into play

PostPosted: 02 Jul 2020, 15:05
by FastEddie
Describe the Bug:
Cast Tooth and Nail with Entwine and select two Bogardan Hellkite. Select both from hand. Only one Bogardan Hellkite enters the battlefield but interestingly I get two prompts to divide 5 points of damage each time, so the comes-into-play effect is triggered nevertheless.

Which card behaved improperly?
Tooth and Nail

Which update are you using? (date, name)Which type? (duel, gauntlet, sealed deck)
Version 6-2020 7a084d42a (v2)
Duel

What exactly should be the correct behavior/interaction?
Bogardan Hellkite should enter the battlefield.

Are any other cards possibly affected by this bug?
No.

Re: [confir]Tooth and Nail: entwine, only one creature into

PostPosted: 02 Jul 2020, 15:40
by Aswan jaguar
I confirm this indeed one of the most peculiar bugs. It triggers twice etb but doesn't put in play the second creature with etb. I tested also putting in play 2 Eternal Witness with same result.

Re: [confir]Tooth and Nail: entwine, only one creature into

PostPosted: 02 Jul 2020, 19:39
by drool66
It's got to be an issue with new_global_tutor. Probably affects anything that "tutors" multiple cards from any zone. It should obliterate the card first before moving on the next like tutor_multiple_cards_from_hand does.

Re: [confir]Tooth and Nail: entwine, only one creature into

PostPosted: 03 Jul 2020, 06:09
by Aswan jaguar
drool66 wrote:It's got to be an issue with new_global_tutor. Probably affects anything that "tutors" multiple cards from any zone. It should obliterate the card first before moving on the next like tutor_multiple_cards_from_hand does.
I have met this while trying to fix other cards with multiple targets as well that used new_global_tutor I fixed a couple using other functions or didn't fix them.
I think the issue is new_global_tutor when using the test.qty directly and not also defining quantity with "int i i=..." and also use a function to use this definition in card's function. Then it doesn't obliterate the first chosen card as you say and has some other issues I can't remember now.

EDIT: If fixed check also this: viewtopic.php?f=86&t=30013&p=245521#p245521

Re: [confir]Tooth and Nail: entwine, only one creature into

PostPosted: 04 Jul 2022, 14:44
by Aswan jaguar
Fixed in commit 42bc4d1 using tutor_multiple_cards_from_hand() which does this correctly as said by drool66 in comment above. Also same treatment for Myojin of Life's Web. The others coded already used this.

Cards not coded that will need this: Jadzi, Oracle of Arcavios // Journey to the Oracle, Tezzeret, Cruel Machinist and Wrenn and Seven.