mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Merge pull request #1181 from marthinwurer/master
Changed names in constructor to match those in the config files
This commit is contained in:
commit
6784aabb90
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ public class HistoricalStandard extends Constructed {
|
|||
* done in the overridden validate function.
|
||||
*/
|
||||
public HistoricalStandard() {
|
||||
super("Constructed - Historical Standard");
|
||||
super("Variant Magic - Historical Standard");
|
||||
|
||||
// banned cards
|
||||
banned.add("Balance");
|
||||
|
|
|
@ -61,7 +61,7 @@ public class SuperStandard extends Constructed {
|
|||
* done in the overridden validate function.
|
||||
*/
|
||||
public SuperStandard() {
|
||||
super("Constructed - All Standards");
|
||||
super("Variant Magic - Super Standard");
|
||||
|
||||
banned.add("Ancient Den");
|
||||
banned.add("Disciple of the Vault");
|
||||
|
|
Loading…
Reference in a new issue