[RIX] Added 4 cards.

This commit is contained in:
LevelX2 2018-01-05 15:26:10 +01:00
parent 174bb33464
commit f0494383fd
10 changed files with 502 additions and 99 deletions

View file

@ -47,6 +47,6 @@ public enum CitysBlessingCondition implements Condition {
@Override
public String toString() {
return "If you have the city's blessing";
return "you have the city's blessing";
}
}