Shandalar - Program Bugs
Creature Bond doesn't resolve immediately (fix completed)
Original report.
Reasonably likely to affect the other cards that use the Graveyard effect card: Volcanic Eruption, Abu Ja'far, Personal Incarnation, Onulet.
Reasonably likely to affect the other cards that use the Graveyard effect card: Volcanic Eruption, Abu Ja'far, Personal Incarnation, Onulet.
Comments
Posted by Korath » 20 Oct 2015, 02:24
commit f0c458a92b6c8ad402db59acfe43f3cf7de96110
Author: Korath <dgk@Dirge.none>
Date: Mon Oct 19 22:23:37 2015 -0400
[TH] FIX #541: check damage cards at end of regenerate_or_graveyard_triggers()
Irritatingly, just checking land_can_be_played & LCBP_PENDING_DAMAGE_CARDS
won't work, since manalink_sub_475a30() stashes lcbp's value at function start
and restores it at function end, and sometimes damage cards are created within
it but can't be applied until afterwards.
Author: Korath <dgk@Dirge.none>
Date: Mon Oct 19 22:23:37 2015 -0400
[TH] FIX #541: check damage cards at end of regenerate_or_graveyard_triggers()
Irritatingly, just checking land_can_be_played & LCBP_PENDING_DAMAGE_CARDS
won't work, since manalink_sub_475a30() stashes lcbp's value at function start
and restores it at function end, and sometimes damage cards are created within
it but can't be applied until afterwards.
Posted by Korath » 29 Jul 2016, 18:56
commit 4b2f308a4c39c6c544dc38b25465218d1d4a3749
Author: Korath <dgk@Dirge.none>
Date: Fri Jul 29 14:56:11 2016 -0400
[DL] FIX #1119: regenerate_or_graveyard_triggers(): repeat if more cards killed
...during resolution of a when-this-dies trigger, similarly to the repetition
for damage cards for #541.
Author: Korath <dgk@Dirge.none>
Date: Fri Jul 29 14:56:11 2016 -0400
[DL] FIX #1119: regenerate_or_graveyard_triggers(): repeat if more cards killed
...during resolution of a when-this-dies trigger, similarly to the repetition
for damage cards for #541.
3 Posts
• Page 1 of 1
Ticket details
- Ticket ID: 541
- Project: Shandalar
- Status: Fix completed
- Component: Individual Card
- Project version: Ruined Tower 1
- Priority: Normal
- Severity: Normal
- Assigned to: Korath
- Reported by: Korath
- Reporter's tickets: List all tickets
- Reported on: 25 May 2015, 23:47
- Last visited by Korath » 29 Jul 2016, 18:56.
