Shandalar - Program Bugs
Darksteel ingot is not being forced to be sacrificed with Energy Flux in play. (fix completed)
While in a duel with the opponent having energy flux in play. I elected not to pay the upkeep costs for my Darksteel Ingot. It should have been sacrificed according to Energy Flux text, however Darksteel Ingot never left play and was fully functional.
Last edited by Korath on 21 Jun 2015, 02:27, edited 2 times in total.
Reason: Version Loremaster's Tower 1->Ruined Tower 3: bug extant in RT series; Individual Card->Duel Engine
Reason: Version Loremaster's Tower 1->Ruined Tower 3: bug extant in RT series; Individual Card->Duel Engine
Comments
Posted by Korath » 21 Jun 2015, 02:28
Yes, the engine-level flags that Energy Flux uses to impose an upkeep cost on other cards buries if the cost is unpaid instead of sacrifices. Looking for other uses before I just change it over.
Posted by Korath » 21 Jun 2015, 13:18
commit 24dcb9d1650048c00ecdf7c03bedcc06bee7ccae
Author: Korath <dgk@Dirge.none>
Date: Sun Jun 21 09:16:53 2015 -0400
[RT] FIX #631: upkeep_flags & 2 causes sacrifice, not bury
Functionality is used only by Energy Flux, and unfortunately isn't maintainable
in the long run; it can't be mixed with other "permanents get 'pay X during
upkeep or sacrifice them'" effects, since they vary in what happens when the
cost isn't paid. The Tabernacle at Pendrell Vale is the most obvious example.
Author: Korath <dgk@Dirge.none>
Date: Sun Jun 21 09:16:53 2015 -0400
[RT] FIX #631: upkeep_flags & 2 causes sacrifice, not bury
Functionality is used only by Energy Flux, and unfortunately isn't maintainable
in the long run; it can't be mixed with other "permanents get 'pay X during
upkeep or sacrifice them'" effects, since they vary in what happens when the
cost isn't paid. The Tabernacle at Pendrell Vale is the most obvious example.
2 Posts
• Page 1 of 1
Ticket details
- Ticket ID: 631
- Project: Shandalar
- Status: Fix completed
- Component: Duel Engine
- Project version: Ruined Tower 3
- Priority: Normal
- Severity: Normal
- Assigned to: Korath
- Reported by:
- Reporter's tickets: List all tickets
- Reported on: 20 Jun 2015, 23:48
- Last visited by Korath » 04 Aug 2015, 09:29.
