It is currently 26 Apr 2024, 20:06
   
Text Size

Shandalar - Program Bugs

Demonic Taskmaster sacrifice choice can be cancelled (fix completed)

 

As reported here - sacrifice selection for Demonic Taskmaster's upkeep trigger has a cancel button. Almost certainly affects other cards, since sacrifice(Target, filename, prompt, who_caused) uses Target::force_ (which defaults false) instead of a separate parameter (which is defaulted on for other sacrifice() overloads).

Comments

Posted by Korath » 20 Feb 2016, 07:40

commit 0c0a7c39c40e32caaed2d264017b4aa26a2dcc2a
Author: Korath <dgk@Dirge.none>
Date: Sat Feb 20 02:39:26 2016 -0500

[AS] FIX #1017: sacrifice(Target...) same interface to force as other overloads

sacrifice_multiple(Target,...) and sacrifice_exactly(Target,...) were already
consistent.

Previously broken:
Crackling Doom
Demonic Taskmaster
Disciple of Bolas
Dispense Justice
Rakdos the Defiler (when exactly 1 or 2 non-Demon permanents are controlled)

Previously correct:
Demonlord of Ashmouth
Minion of Leshrac
Oath of Lim-Dul
Renounce the Guilds
Ugin's Construct

Incidental:
Dispense Justice makes targeted player sacrifice, not caster's opponent.

Ticket details

  • Ticket ID: 1017
  • Project: Shandalar
  • Status: Fix completed
  • Component: Individual Card
  • Project version: Thieves Hideout 1
  • Priority: Normal
  • Severity: Normal
  • Assigned to: Korath
  • Reported by: Korath
  • Reporter's tickets: List all tickets
  • Reported on: 19 Feb 2016, 21:04
  • Last visited by Korath » 04 Mar 2016, 20:27.
 

Login Form