Psyringe - minor fix for Gamble (USG). The sequence of actions was wrong - you first search for a card, put it into your hand, and THEN discard a card at random. This means you may end up discarding the card you just searched for. Previously that wasn't possible, so the card was more powerful than it should be, especially when played from an otherwise empty hand.
Test script "gamble.txt" added to test suite.
This commit is contained in:
@@ -523,8 +523,8 @@ subtype=Aura
|
||||
[card]
|
||||
text=Search your library for a card, put that card into your hand, then discard a card at random. Then shuffle your library.
|
||||
target=*|myLibrary
|
||||
auto=discard:1
|
||||
auto=moveTo(myHand)
|
||||
auto=discard:1
|
||||
id=10654
|
||||
name=Gamble
|
||||
rarity=R
|
||||
|
||||
Reference in New Issue
Block a user