- Fixed a bug in AbilityFactory.resolve.

- Added Eater of the Dead.
This commit is contained in:
Sloth
2011-10-01 20:34:08 +00:00
parent 5f4209e581
commit 981e678368
4 changed files with 30 additions and 12 deletions

View File

@@ -2064,6 +2064,9 @@ public class AbilityFactory {
}
} else {
resolveSubAbilities(sa);
if (usedStack) {
AllZone.getStack().finishResolving(sa, false);
}
}
}