mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Implemented Underworld Fires and Wings of Hubris
This commit is contained in:
parent
dd0844b09f
commit
86f2d22baa
4 changed files with 137 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ public class GainAbilityAttachedEffect extends ContinuousEffectImpl {
|
|||
} else {
|
||||
sb.append("gains ");
|
||||
}
|
||||
sb.append('"' + ability.getRule("this creature") + '"');
|
||||
sb.append('"').append(ability.getRule("this creature")).append('"');
|
||||
if (!duration.toString().isEmpty()) {
|
||||
sb.append(' ').append(duration.toString());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue