This commit is contained in:
Zzooouhh 2017-12-26 01:56:48 +01:00 committed by GitHub
parent fe5ff0beca
commit 3132a42cea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ class ChargingCinderhornCondition implements Condition {
@Override
public String toString() {
return "no creatures attacked this turn";
return "if no creatures attacked this turn";
}
}