- Added a missing parenthesis.

This commit is contained in:
Agetian
2016-12-14 04:40:30 +00:00
parent 8e8bc627ef
commit 03f100686a

View File

@@ -1892,7 +1892,7 @@ public class Card extends GameEntity implements Comparable<Card> {
sb.indexOf("Storm (When you cast this spell, copy it for each spell cast before it this turn.") + 81, sb.indexOf("Storm (When you cast this spell, copy it for each spell cast before it this turn.") + 81,
" You may choose new targets for the copies."); " You may choose new targets for the copies.");
} else { } else {
sb.append("Storm (When you cast this spell, copy it for each spell cast before it this turn. You may choose new targets for the copies."); sb.append("Storm (When you cast this spell, copy it for each spell cast before it this turn. You may choose new targets for the copies.)");
} }
} }
} else if (keyword.startsWith("Replicate") && !sb.toString().contains("you paid its replicate cost.")) { } else if (keyword.startsWith("Replicate") && !sb.toString().contains("you paid its replicate cost.")) {