* Nemesis of Reason - Fixed IndexOutOfBoundsException.

This commit is contained in:
LevelX2 2015-06-11 00:31:17 +02:00
parent 50250176ed
commit 5c6629919f
3 changed files with 26 additions and 9 deletions

View file

@ -82,6 +82,9 @@ public class PutLibraryIntoGraveTargetEffect extends OneShotEffect {
@Override
public String getText(Mode mode) {
if (staticText != null && !staticText.isEmpty()) {
return staticText;
}
StringBuilder sb = new StringBuilder();
String message = amount.getMessage();