mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- CheckStyle.
This commit is contained in:
@@ -343,8 +343,8 @@ public abstract class Trigger extends TriggerReplacementBase {
|
|||||||
* @return a boolean.
|
* @return a boolean.
|
||||||
*/
|
*/
|
||||||
public final boolean requirementsCheck() {
|
public final boolean requirementsCheck() {
|
||||||
if(this.getMapParams().containsKey("FatefulHour")) {
|
if (this.getMapParams().containsKey("FatefulHour")) {
|
||||||
if(this.getMapParams().get("FatefulHour").equals("True")
|
if (this.getMapParams().get("FatefulHour").equals("True")
|
||||||
&& !(this.getHostCard().getController().getLife() <= 5)) {
|
&& !(this.getHostCard().getController().getLife() <= 5)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user