mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
remove bad Override
This commit is contained in:
@@ -57,7 +57,6 @@ public class TargetChoices extends ForwardingList<GameObject> implements Cloneab
|
|||||||
return totalCMC;
|
return totalCMC;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public final int getTotalTargetedPower() {
|
public final int getTotalTargetedPower() {
|
||||||
int totalPower = 0;
|
int totalPower = 0;
|
||||||
for (Card c : Iterables.filter(targets, Card.class)) {
|
for (Card c : Iterables.filter(targets, Card.class)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user