fixed a bunch of discard issues (#6532)

This commit is contained in:
Evan Kranzler 2020-05-15 21:19:04 -04:00
parent 713a7ab35d
commit c24851b4a9
13 changed files with 89 additions and 116 deletions

View file

@ -41,7 +41,6 @@ public class DrawCardSourceControllerEffect extends OneShotEffect {
super(effect);
this.amount = effect.amount.copy();
this.whoDrawCard = effect.whoDrawCard;
setText();
}
@Override