mirror of
https://github.com/magefree/mage.git
synced 2026-01-18 09:19:56 -08:00
Added short living lki. Soul Warden works. All tests passed.
This commit is contained in:
parent
5f3c38af69
commit
88a303a52f
5 changed files with 27 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue