mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
[minor] Fixed rule text generation.
This commit is contained in:
parent
0e87313e1a
commit
72ca119ece
2 changed files with 28 additions and 3 deletions
|
|
@ -33,7 +33,6 @@ import java.util.Map;
|
|||
import java.util.Set;
|
||||
import java.util.UUID;
|
||||
import mage.abilities.costs.OptionalAdditionalModeSourceCosts;
|
||||
import mage.abilities.costs.OptionalAdditionalSourceCosts;
|
||||
import mage.cards.Card;
|
||||
import mage.game.Game;
|
||||
import mage.players.Player;
|
||||
|
|
@ -175,6 +174,7 @@ public class Modes extends LinkedHashMap<UUID, Mode> {
|
|||
}
|
||||
if (this.size() > 1) {
|
||||
sb.delete(sb.length() - andOr.length(), sb.length());
|
||||
sb.append(".");
|
||||
}
|
||||
return sb.toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue