- BNG: Added Shrike Harpy and Scourge of Skola Vale

This commit is contained in:
swordshine
2014-01-23 12:52:26 +00:00
parent 7e999ea4b3
commit faa2cef0bb

View File

@@ -386,6 +386,8 @@ public class CountersPutAi extends SpellAbilityAi {
if (!canBlock.isEmpty()) { if (!canBlock.isEmpty()) {
return false; return false;
} }
} else if (logic.equals("DontControlCreatures")) {
return !creats.isEmpty();
} }
} }
} }