Shandalar - Program Bugs
False Memories does not exile cards in gy at eot (fix completed)
Even though there is a legacy card during the turn.
Comments
Posted by Aswan jaguar » 11 Mar 2016, 14:37
False Memories for autocard feature.Stassy remember to write the cards name in the text,too.
Posted by Korath » 15 Mar 2016, 23:51
commit 9cf89c5f29e13df9cb7f85a09e6bd29f1127ee36
Author: Korath <dgk@Dirge.none>
Date: Tue Mar 15 19:50:33 2016 -0400
[AS] FIX #1048: False Memories: exile selected cards at eot
This was intended to pass a local targets array to Target::execute_multiple()
(since the cards are selected, not actually targeted, and since it's an effect
card doing the targeting), and actually did pass that array to
exile_cards_from_graveyard(). It didn't actually provided the array to
execute_multiple(), though, so stored the selected cards on the effect, and
gave uninitialized data to exile_cards_from_graveyard().
Author: Korath <dgk@Dirge.none>
Date: Tue Mar 15 19:50:33 2016 -0400
[AS] FIX #1048: False Memories: exile selected cards at eot
This was intended to pass a local targets array to Target::execute_multiple()
(since the cards are selected, not actually targeted, and since it's an effect
card doing the targeting), and actually did pass that array to
exile_cards_from_graveyard(). It didn't actually provided the array to
execute_multiple(), though, so stored the selected cards on the effect, and
gave uninitialized data to exile_cards_from_graveyard().
3 Posts
• Page 1 of 1
Ticket details
- Ticket ID: 1048
- Project: Shandalar
- Status: Fix completed
- Component: Individual Card
- Project version: Abandoned Shrine 1
- Priority: Normal
- Severity: Normal
- Assigned to: Korath
- Reported by: stassy
- Reporter's tickets: List all tickets
- Reported on: 11 Mar 2016, 11:21
- Last visited by Korath » 20 Mar 2016, 08:17.
