mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
* Game: premodern ban list updated (Frantic Search removed, Yawgmoth's Bargain added);
This commit is contained in:
parent
9d2d318a6c
commit
d4baa4ebd2
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,6 @@ public class Premodern extends Constructed {
|
|||
banned.add("Entomb");
|
||||
banned.add("Flash");
|
||||
banned.add("Force of Will");
|
||||
banned.add("Frantic Search");
|
||||
banned.add("Goblin Recruiter");
|
||||
banned.add("Grim Monolith");
|
||||
banned.add("Jeweled Bird");
|
||||
|
@ -76,5 +75,6 @@ public class Premodern extends Constructed {
|
|||
banned.add("Windfall");
|
||||
banned.add("Worldgorger Dragon");
|
||||
banned.add("Yawgmoth's Will");
|
||||
banned.add("Yawgmoth's Bargain");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue