mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
remove old unwanted boolean
This commit is contained in:
@@ -179,17 +179,6 @@ public class TargetRestrictions {
|
|||||||
this.maxTotalPower = power;
|
this.maxTotalPower = power;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>
|
|
||||||
* doesTarget.
|
|
||||||
* </p>
|
|
||||||
*
|
|
||||||
* @return a boolean.
|
|
||||||
*/
|
|
||||||
public final boolean doesTarget() {
|
|
||||||
return this.tgtValid;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
* getValidTgts.
|
* getValidTgts.
|
||||||
|
|||||||
Reference in New Issue
Block a user