forked from External/mage
- Fixed text of Mind Warp
This commit is contained in:
parent
17504d4243
commit
169fa7691f
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class MindWarpEffect extends OneShotEffect {
|
|||
|
||||
MindWarpEffect() {
|
||||
super(Outcome.Discard);
|
||||
staticText = "Look at target player's hand and choose X cards from it. That player discards those card.";
|
||||
staticText = "Look at target player's hand and choose X cards from it. That player discards those cards.";
|
||||
}
|
||||
|
||||
private MindWarpEffect(final MindWarpEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue