Shandalar - Program Bugs
Sacrifice/destroy-at-next-eot-and-add-ability/pt effects don't add abilities or p/t (fix completed)
Sneak Attack does not give haste to the creature it puts in play.
Last edited by Korath on 08 Sep 2015, 03:19, edited 1 time in total.
Reason: Retitle from "Sneak Attack doesn't work"
Reason: Retitle from "Sneak Attack doesn't work"
Comments
Posted by Korath » 08 Sep 2015, 03:21
Affects all the cards that simultaneously add a destroy/sacrifice/etc at the beginning of the next end step effect and a powerup (add or remove an ability, power, and/or toughness) effect. Currently, that's Impromptu Raid, Incancescent Soulstoke, Puffer Extract, Sneak Attack, and Treacherous Urge.
(And "Sneak Attack doesn't work"? Really?)
(And "Sneak Attack doesn't work"? Really?)
Posted by Korath » 08 Sep 2015, 03:44
And the sacrifice/destroy-at-eot effect for those five cards gets pre-empted, too.
Posted by Korath » 08 Sep 2015, 03:47
commit 5381b7f165120619d19064a513e4603890fde5ac
Author: Korath <dgk@Dirge.none>
Date: Mon Sep 7 23:47:21 2015 -0400
[TH] FIX #731: kill_at_next_eot(...Pump) forwards properly to fx_powerup
There's two related bugs here, either of which is enough to break the affected
cards:
fx_kill_at_next_eot(), while it maintained all the proper data to forward to
fx_powerup(), never actually did so.
Pump::copy_into_effect() always cleared the effect card's info_slot, which is
only correct for fx_control() and fx_powerup(); for custom effects (and in
particular, fx_kill_at_next_eot()), it turned the effect card into a no-op.
Affects:
Impromptu Raid
Incandescent Soulstoke
Puffer Extract
Sneak Attack
Treacherous Urge
Author: Korath <dgk@Dirge.none>
Date: Mon Sep 7 23:47:21 2015 -0400
[TH] FIX #731: kill_at_next_eot(...Pump) forwards properly to fx_powerup
There's two related bugs here, either of which is enough to break the affected
cards:
fx_kill_at_next_eot(), while it maintained all the proper data to forward to
fx_powerup(), never actually did so.
Pump::copy_into_effect() always cleared the effect card's info_slot, which is
only correct for fx_control() and fx_powerup(); for custom effects (and in
particular, fx_kill_at_next_eot()), it turned the effect card into a no-op.
Affects:
Impromptu Raid
Incandescent Soulstoke
Puffer Extract
Sneak Attack
Treacherous Urge
3 Posts
• Page 1 of 1
Ticket details
- Ticket ID: 731
- Project: Shandalar
- Status: Fix completed
- Component: Individual Card
- Project version: Thieves Hideout 1
- Priority: Normal
- Severity: Normal
- Assigned to: Korath
- Reported by: cholulaablongata
- Reporter's tickets: List all tickets
- Reported on: 06 Sep 2015, 22:57
- Last visited by Korath » 10 Sep 2015, 01:15.
