mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
- 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() {
|
MindWarpEffect() {
|
||||||
super(Outcome.Discard);
|
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) {
|
private MindWarpEffect(final MindWarpEffect effect) {
|
||||||
|
|
Loading…
Reference in a new issue