[SNC] Implemented Nimble Larcenist

This commit is contained in:
Evan Kranzler 2022-04-08 08:40:11 -04:00
parent 79846a1a00
commit 85c3c4f5ee
3 changed files with 60 additions and 1 deletions

View file

@ -19,7 +19,7 @@ public class ExileCardYouChooseTargetOpponentEffect extends OneShotEffect {
public ExileCardYouChooseTargetOpponentEffect(FilterCard filter) {
super(Outcome.Discard);
this.staticText = "Target opponent reveals their hand. You choose "
this.staticText = "target opponent reveals their hand. You choose "
+ filter.getMessage() + " from it and exile that card";
this.filter = filter;
}