mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +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 {
|
||||
sb.append("gains ");
|
||||
}
|
||||
sb.append('"').append(ability.getRule("this creature")).append('"');
|
||||
sb.append(ability.getRule("this creature"));
|
||||
if (!duration.toString().isEmpty()) {
|
||||
sb.append(' ').append(duration.toString());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue