forked from External/mage
adding Architect Ramp deck + plus necessary cards (taking a break from coding drafts)
This commit is contained in:
parent
c67122b605
commit
499a6fb0df
17 changed files with 934 additions and 28 deletions
|
|
@ -31,6 +31,6 @@ public class BeginningOfControllerUpkeepTriggeredAbility extends TriggeredAbilit
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "At the beginning of your upkeep, " + effects.getText(this);
|
||||
return "At the beginning of your upkeep, " + effects.getText(this) + ".";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue