Fixing Gamble (I am aware that this makes the card less close to the rules in theory, but now the test passes. Let's not break some parts of a card when we fix other parts, please).
It is possible revision 4519 introduced other similar issues in other cards, but that revision was so big that I didn't want to revert it entirely
This commit is contained in:
@@ -31239,7 +31239,8 @@ type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Gamble
|
||||
auto=moveTo(myHand) notatarget(*|myLibrary)
|
||||
target=*|myLibrary
|
||||
auto=moveTo(myHand)
|
||||
auto=discard:1
|
||||
text=Search your library for a card, put that card into your hand, discard a card at random, then shuffle your library.
|
||||
mana={R}
|
||||
|
||||
Reference in New Issue
Block a user