mirror of
https://github.com/correl/mage.git
synced 2025-03-30 17:00:10 -09:00
Changed names of Historical and Super standard for consistency.
This commit is contained in:
parent
e919355788
commit
9565b06c67
2 changed files with 2 additions and 2 deletions
Mage.Server.Plugins/Mage.Deck.Constructed/src/mage/deck
|
@ -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…
Add table
Reference in a new issue