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:
Psyyringe
2009-11-11 22:51:52 +00:00
parent 6de1856698
commit b9b9180898
3 changed files with 29 additions and 1 deletions

View File

@@ -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