mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- CheckStyle.
This commit is contained in:
@@ -286,7 +286,7 @@ class CardFactoryLands {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void humanExecute() {
|
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;
|
private static final long serialVersionUID = -2774066137824255680L;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -451,7 +451,7 @@ public class Cost {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public final CostMana getCostMana () {
|
public final CostMana getCostMana() {
|
||||||
// TODO: Change where ChangeCost happens
|
// TODO: Change where ChangeCost happens
|
||||||
for (final CostPart part : this.costParts) {
|
for (final CostPart part : this.costParts) {
|
||||||
if (part instanceof CostMana) {
|
if (part instanceof CostMana) {
|
||||||
|
|||||||
Reference in New Issue
Block a user