mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
Karn Liberated banned in Tiny Leaders format (xmage doesn't support game restart for Tiny Leaders);
This commit is contained in:
parent
842d5757c3
commit
b8754af355
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ public class TinyLeaders extends Constructed {
|
|||
banned.add("Wheel of Fortune");
|
||||
banned.add("Yawgmoth's Will");
|
||||
|
||||
// TODO: Karn Liberated can't be used in TinyLeaders game (wrong commanders init like missing watchers)
|
||||
// GameTinyLeadersImpl must extends GameCommanderImpl, not GameImpl
|
||||
banned.add("Karn Liberated");
|
||||
|
||||
//Additionally, these Legendary creatures cannot be used as Commanders
|
||||
bannedCommander.add("Erayo, Soratami Ascendant");
|
||||
bannedCommander.add("Rofellos, Llanowar Emissary");
|
||||
|
|
Loading…
Reference in a new issue