Fix to 6P122 "The Witch-king, Deathless Lord"

Will allow The Witch-king to wound an ally twice if all Free Peoples characters are exhausted, and should compile as an added bonus
This commit is contained in:
PhallenCassidy
2018-09-12 11:53:15 -04:00
committed by GitHub
parent 080906432d
commit cc3bd2e09f

View File

@@ -14,6 +14,8 @@ import com.gempukku.lotro.logic.effects.WoundCharactersEffect;
import com.gempukku.lotro.logic.timing.Effect;
import com.gempukku.lotro.logic.timing.EffectResult;
import java.util.Collection;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;