Page 1 of 1

[fixed/closed]Widespread Panic

PostPosted: 23 Jan 2014, 11:54
by stassy
Describe the Bug:
Widespread Panic will shuffle lib once you put a card from hand to top lib

Which card did behave improperly ?
Widespread Panic

Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
Jan 01, 2014 : Commanding the revision of Ice Age v2 - DUEL

What exactly should be the correct behavior/interaction ?
Widespread Panic will not shuffle lib once you put a card from hand to top lib

10/17/2013 Widespread Panic’s ability is put onto the stack after the library is shuffled.
Are any other cards possibly affected by this bug ?
-

Image

Image

Image

Re: [confirmed]Widespread Panic

PostPosted: 25 Jan 2014, 00:05
by BAgate
Also, neither Demonic Tutor nor Diabolic Tutor required me to put a card on top of my library, but Land Tax did.

Re: [confirmed]Widespread Panic

PostPosted: 25 Jan 2014, 01:32
by Korath
There's an interface to inform C when the exe shuffles a player's library, but Widespread Panic / Cosi's Trickster / Psychogenic Probe don't use it; they'll only trigger on calls from C. Demonic Tutor is just a thin wrapper around the exe version to account for Stranglehold, so Widespread Panic doesn't get seen. (Demonic Tutor probably doesn't work with Aven Mindcensor, Mindlock Orb, or Leonin Arbiter either.) And Diabolic Tutor, unsurprisingly, just reuses Demonic Tutor.

shuffle_exe() is actually very simple; it plays a sound, calls a different function to do the shuffle animation, and then either receives the library's new order over the network, or calls a different function to randomize the deck order and then sends it over the network. It'd be like ten lines of C.

As for the original bug, stated more clearly, Widespread Panic makes you put a card from your hand on top of your library before you shuffle it, not after.

Re: [confirmed]Widespread Panic

PostPosted: 14 Feb 2014, 15:30
by Korath
Made all three shuffle triggers happen after the shuffle in b92aed1. Haven't fixed it properly for exe/asm cards yet.

Re: [wait listed]Widespread Panic

PostPosted: 06 Jul 2014, 16:28
by Gargaroz
Well, almost all the ASM coded cards are recoded as now, consider it fixed when the new patch will be out.