adding Architect Ramp deck + plus necessary cards (taking a break from coding drafts)

This commit is contained in:
BetaSteward 2011-01-06 23:19:24 -05:00
parent c67122b605
commit 499a6fb0df
17 changed files with 934 additions and 28 deletions

View file

@ -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) + ".";
}
}