- CheckStyle.

This commit is contained in:
Chris
2012-01-09 18:02:04 +00:00
parent ea3207c202
commit d85981caf2
5 changed files with 12 additions and 12 deletions

View File

@@ -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;
} }