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