forked from External/mage
Test for Breaker of Armies with Menace, reported bug.
This commit is contained in:
parent
60936a672c
commit
72fad81bd5
3 changed files with 45 additions and 8 deletions
|
|
@ -52,7 +52,7 @@ public class BlockedCreatureCount implements DynamicValue {
|
|||
|
||||
public BlockedCreatureCount(String message, boolean beyondTheFirst) {
|
||||
this.message = message;
|
||||
this.beyondTheFirst = beyondTheFirst;
|
||||
//this.beyondTheFirst = beyondTheFirst; this was never set in the original, so not setting here just in case ??
|
||||
}
|
||||
|
||||
public BlockedCreatureCount(final BlockedCreatureCount dynamicValue) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue