Fixed some wrong card numbers of 6th edition cards. Fixed some tooltip bugs.

This commit is contained in:
LevelX2 2014-01-17 01:44:55 +01:00
parent 7644038203
commit 296f71536a
15 changed files with 88 additions and 60 deletions

View file

@ -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) {