forked from External/mage
Prevent backgrounds from being used as commanders no matter what (#10007)
This commit is contained in:
parent
f66644994f
commit
32002101ad
2 changed files with 25 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ public abstract class AbstractCommander extends Constructed {
|
|||
return false;
|
||||
}
|
||||
if (commander1.getAbilities().containsClass(ChooseABackgroundAbility.class) == commander2.hasSubTypeForDeckbuilding(SubType.BACKGROUND)
|
||||
|| commander2.getAbilities().containsClass(ChooseABackgroundAbility.class) == commander1.hasSubTypeForDeckbuilding(SubType.BACKGROUND)) {
|
||||
&& commander2.getAbilities().containsClass(ChooseABackgroundAbility.class) == commander1.hasSubTypeForDeckbuilding(SubType.BACKGROUND)) {
|
||||
return true;
|
||||
}
|
||||
if (commander1.hasSubTypeForDeckbuilding(SubType.BACKGROUND)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue