mirror of
https://github.com/correl/mage.git
synced 2024-12-27 03:00:13 +00:00
remove not needed quotes
This commit is contained in:
parent
a91b210456
commit
7310e0ad96
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ public class GainAbilityAttachedEffect extends ContinuousEffectImpl {
|
||||||
} else {
|
} else {
|
||||||
sb.append("gains ");
|
sb.append("gains ");
|
||||||
}
|
}
|
||||||
sb.append('"').append(ability.getRule("this creature")).append('"');
|
sb.append(ability.getRule("this creature"));
|
||||||
if (!duration.toString().isEmpty()) {
|
if (!duration.toString().isEmpty()) {
|
||||||
sb.append(' ').append(duration.toString());
|
sb.append(' ').append(duration.toString());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue