diff --git a/forge-game/src/main/java/forge/game/card/Card.java b/forge-game/src/main/java/forge/game/card/Card.java index 175dc6ab45e..7f4001a1f09 100644 --- a/forge-game/src/main/java/forge/game/card/Card.java +++ b/forge-game/src/main/java/forge/game/card/Card.java @@ -1892,7 +1892,7 @@ public class Card extends GameEntity implements Comparable { 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."); } 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.")) {