From 65217d7f89c35f5e65939cefcd76525f6c8d2f04 Mon Sep 17 00:00:00 2001 From: xenohedron Date: Tue, 9 Jul 2024 23:44:51 -0400 Subject: [PATCH] merge fix --- .../mage/abilities/condition/common/CardsInHandCondition.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mage/src/main/java/mage/abilities/condition/common/CardsInHandCondition.java b/Mage/src/main/java/mage/abilities/condition/common/CardsInHandCondition.java index e85da2af870..03d93b6f124 100644 --- a/Mage/src/main/java/mage/abilities/condition/common/CardsInHandCondition.java +++ b/Mage/src/main/java/mage/abilities/condition/common/CardsInHandCondition.java @@ -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;