Added short living lki. Soul Warden works. All tests passed.

This commit is contained in:
magenoxx 2012-06-04 21:19:11 +04:00
parent 5f3c38af69
commit 88a303a52f
5 changed files with 27 additions and 4 deletions

View file

@ -463,7 +463,7 @@ public abstract class AbilityImpl<T extends AbilityImpl<T>> implements Ability {
// try LKI first
if (checkLKI) {
MageObject lkiTest = game.getLastKnownInformation(getSourceId(), zone);
MageObject lkiTest = game.getShortLivingLKI(getSourceId(), zone);
if (lkiTest != null) {
return true;
}