forked from External/mage
tests for reported bug Rabid Elephant. typo fixes
This commit is contained in:
parent
ae66db20ad
commit
eb9747d0d1
4 changed files with 54 additions and 8 deletions
|
|
@ -50,8 +50,9 @@ public class BlockedCreatureCount implements DynamicValue {
|
|||
this(message, false);
|
||||
}
|
||||
|
||||
public BlockedCreatureCount(String message, boolean beyondTheFist) {
|
||||
public BlockedCreatureCount(String message, boolean beyondTheFirst) {
|
||||
this.message = message;
|
||||
this.beyondTheFirst = beyondTheFirst;
|
||||
}
|
||||
|
||||
public BlockedCreatureCount(final BlockedCreatureCount dynamicValue) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue