Followup text fixes

This commit is contained in:
xenohedron 2023-07-14 01:59:27 -04:00
parent 185fae28a4
commit 176a61190b
9 changed files with 29 additions and 32 deletions

View file

@ -49,7 +49,7 @@ public class CastOnlyIfConditionIsTrueEffect extends ContinuousRuleModifyingEffe
}
private String setText() {
StringBuilder sb = new StringBuilder("cast this spell only ");
StringBuilder sb = new StringBuilder("cast this spell only if ");
if (condition != null) {
sb.append(condition);
}