Add Heliod's Punishment

This commit is contained in:
swordshine
2020-01-15 18:39:46 +08:00
parent 806d62129b
commit c3a95a07a1
6 changed files with 23 additions and 3 deletions

View File

@@ -23,6 +23,14 @@ import java.util.Map;
public class CountersRemoveAi extends SpellAbilityAi {
@Override
protected boolean canPlayWithoutRestrict(final Player ai, final SpellAbility sa) {
if ("Always".equals(sa.getParam("AILogic"))) {
return true;
}
return super.canPlayWithoutRestrict(ai, sa);
}
/*
* (non-Javadoc)
*