mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 21:42:07 -08:00
Fixed other Xs grammar for GainAbilityControlledEffect (#7324)
This commit is contained in:
parent
f2bdb942be
commit
d231eb0c23
2 changed files with 3 additions and 3 deletions
|
|
@ -136,7 +136,7 @@ public class GainAbilityControlledEffect extends ContinuousEffectImpl {
|
|||
sb.append("Other ");
|
||||
}
|
||||
String gainedAbility = ability.getRule();
|
||||
sb.append(filter.getMessage()).append(" you control ");
|
||||
sb.append(filter.getMessage()).append('s').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