Code cleanup

This commit is contained in:
Oleg Agafonov 2020-06-10 00:24:58 +04:00
parent 44b84bfbbc
commit 85e90e8edf
9 changed files with 11 additions and 11 deletions

View file

@ -74,7 +74,7 @@ class FeedingGroundsEffect extends CostModificationEffectImpl {
new ColorPredicate(ObjectColor.GREEN)));
}
private static final String rule = "Red spells cost {1} less to cast. Green spells cost {1} less to cast.";
private static final String rule = "Red spells cost {1} less to cast. Green spells cost {1} less to cast";
private int amount = 1;
public FeedingGroundsEffect() {