mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added a missing parenthesis.
This commit is contained in:
@@ -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,
|
||||
" 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.")) {
|
||||
|
||||
Reference in New Issue
Block a user