forked from External/mage
Fixed some wrong card numbers of 6th edition cards. Fixed some tooltip bugs.
This commit is contained in:
parent
7644038203
commit
296f71536a
15 changed files with 88 additions and 60 deletions
|
|
@ -57,7 +57,7 @@ public class DrawDiscardControllerEffect extends OneShotEffect<DrawDiscardContro
|
|||
.append(" card").append(cardsToDraw == 1?" ": "s")
|
||||
.append(", then discard ")
|
||||
.append(cardsToDiscard == 1?"a": CardUtil.numberToText(cardsToDiscard))
|
||||
.append(" card").append(cardsToDiscard == 1?" ": "s").toString();
|
||||
.append(" card").append(cardsToDiscard == 1?"": "s").toString();
|
||||
}
|
||||
|
||||
public DrawDiscardControllerEffect(final DrawDiscardControllerEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue