tests for reported bug Rabid Elephant. typo fixes

This commit is contained in:
drmDev 2016-03-17 08:21:36 -04:00
parent ae66db20ad
commit eb9747d0d1
4 changed files with 54 additions and 8 deletions

View file

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