mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[SNC] Implemented Nimble Larcenist
This commit is contained in:
parent
79846a1a00
commit
85c3c4f5ee
3 changed files with 60 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue