- Added Chain Stasis.

This commit is contained in:
Sloth
2013-06-03 13:51:52 +00:00
parent 74a281035d
commit bc389221bf
3 changed files with 11 additions and 0 deletions

View File

@@ -292,6 +292,7 @@ public abstract class TapAiBase extends SpellAbilityAi {
return true;
} else {
tgt.resetTargets();
if (tapPrefTargeting(ai, source, tgt, sa, mandatory)) {
return true;
} else if (mandatory) {