mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 05:52:06 -08:00
Reverted #7324
This commit is contained in:
parent
e2cf340d92
commit
924663f27e
2 changed files with 2 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ public class GainAbilityControlledEffect extends ContinuousEffectImpl {
|
|||
sb.append("Other ");
|
||||
}
|
||||
String gainedAbility = ability.getRule();
|
||||
sb.append(filter.getMessage()).append('s').append(" you control ");
|
||||
sb.append(filter.getMessage()).append(" you control ");
|
||||
if (duration == Duration.WhileOnBattlefield || duration == Duration.EndOfGame) {
|
||||
sb.append("have ");
|
||||
if (forceQuotes || gainedAbility.startsWith("When") || gainedAbility.startsWith("{T}")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue