forked from External/mage
[LTR] Implement Flame of Anor
This commit is contained in:
parent
6b6ef79f3e
commit
d688bcb54a
3 changed files with 63 additions and 2 deletions
|
|
@ -208,9 +208,9 @@ public class Modes extends LinkedHashMap<UUID, Mode> {
|
|||
return realMaxModes;
|
||||
}
|
||||
|
||||
// use case: make all modes chooseable
|
||||
// use case: make two modes chooseable (all cards that use this currently go from one to two)
|
||||
if (moreCondition != null && moreCondition.apply(game, source)) {
|
||||
realMaxModes = this.size();
|
||||
realMaxModes = 2;
|
||||
}
|
||||
|
||||
// use case: limit max modes by opponents (wtf?!)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue