mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
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:
parent
726e289646
commit
0e1e6a0f21
135 changed files with 138 additions and 156 deletions
|
|
@ -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('"');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue