mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Code cleanup
This commit is contained in:
parent
44b84bfbbc
commit
85e90e8edf
9 changed files with 11 additions and 11 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue