Text fixes (cantrips with line break) (#10284)

* Fix text: Teleportal, Weapon Surge, Mizzium Skin

* Fix text: Cantrips with line break (early sets)

* Fix text: Cantrips with line break (later sets)

* Fix text: {tap} in strings, capitalization of gained abilities, misc
This commit is contained in:
xenohedron 2023-04-27 11:05:11 -04:00 committed by GitHub
parent 726e289646
commit 0e1e6a0f21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
135 changed files with 138 additions and 156 deletions

View file

@ -147,7 +147,7 @@ public class GainAbilityAttachedEffect extends ContinuousEffectImpl {
if (quotes) {
sb.append('"');
}
sb.append(ability.getRule("this " + targetObjectName));
sb.append(ability.getRule("This " + targetObjectName));
if (quotes) {
sb.append('"');
}