Test for Breaker of Armies with Menace, reported bug.

This commit is contained in:
drmDev 2016-03-17 10:33:40 -04:00
parent 60936a672c
commit 72fad81bd5
3 changed files with 45 additions and 8 deletions

View file

@ -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) {