mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- CheckStyle.
This commit is contained in:
@@ -286,7 +286,7 @@ class CardFactoryLands {
|
||||
}
|
||||
|
||||
public void humanExecute() {
|
||||
Singletons.getModel().getMatch().getInput().setInput(new InputSelectManyCards(0,1) {
|
||||
Singletons.getModel().getMatch().getInput().setInput(new InputSelectManyCards(0, 1) {
|
||||
private static final long serialVersionUID = -2774066137824255680L;
|
||||
|
||||
@Override
|
||||
|
||||
@@ -451,7 +451,7 @@ public class Cost {
|
||||
}
|
||||
}
|
||||
|
||||
public final CostMana getCostMana () {
|
||||
public final CostMana getCostMana() {
|
||||
// TODO: Change where ChangeCost happens
|
||||
for (final CostPart part : this.costParts) {
|
||||
if (part instanceof CostMana) {
|
||||
|
||||
Reference in New Issue
Block a user