forked from External/mage
Followup text fixes
This commit is contained in:
parent
185fae28a4
commit
176a61190b
9 changed files with 29 additions and 32 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue