mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 21:42:07 -08:00
Stx add cards (#7709)
* WIP * Implement Confront the Past * Don't modify test * Implement Plargg // Augusta * Implement Shaile // Embrose * Fix FDoC * Fix CtP * fix ordering * remove extra plains * FDoC PR fixes * Augusta PR fixes * Shaile PR fixes * don't capitalize "learn"
This commit is contained in:
parent
754a5b38eb
commit
0a3a4bc189
6 changed files with 467 additions and 0 deletions
|
|
@ -67,6 +67,9 @@ public class AttacksWithCreaturesTriggeredAbility extends TriggeredAbilityImpl {
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
if (minAttackers == 0) {
|
||||
return "Whenever you attack, " + super.getRule();
|
||||
}
|
||||
StringBuilder sb = new StringBuilder("Whenever you attack with " + CardUtil.numberToText(minAttackers) + " or more ");
|
||||
sb.append(filter.getMessage());
|
||||
sb.append(", ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue