Added cards.

Refactored some stuff regarding rule text.
This commit is contained in:
North 2011-06-11 00:28:04 +03:00
parent ec60feadd8
commit b6f4f0082a
29 changed files with 907 additions and 52 deletions

View file

@ -38,6 +38,6 @@ public class CountersCount implements DynamicValue {
@Override
public String getMessage() {
return "";
return counter.getName() + " on {this}";
}
}