[WOE] text fixes

This commit is contained in:
xenohedron 2023-08-25 22:52:10 -04:00
parent 1107fb5770
commit ed4a1bf33f
37 changed files with 64 additions and 55 deletions

View file

@ -41,7 +41,7 @@ public class PayMoreToCastAsThoughtItHadFlashAbility extends SpellAbility {
@Override
public String getRule() {
return "You may cast this spell as though it had flash if you pay " + costsToAdd.getText() + " more to cast it. <i>(You may cast it any time you could cast an instant.)</i>";
return "You may cast {this} as though it had flash if you pay " + costsToAdd.getText() + " more to cast it. <i>(You may cast it any time you could cast an instant.)</i>";
}
}