merge fix

This commit is contained in:
xenohedron 2024-07-09 23:44:51 -04:00
parent 219eac2087
commit 65217d7f89

View file

@ -72,8 +72,6 @@ public class CardsInHandCondition implements Condition {
default:
throw new UnsupportedOperationException("Value of TargetController not supported for this class.");
}
//If a decorated condition exists, check it as well and apply them together.
}
return conditionApplies;