- barbed sliver, sedge sliver, basal sliver bug fix
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-28 13:33:30 +00:00
parent 22c7f02fe9
commit b775eec20f
8 changed files with 128 additions and 48 deletions
+1
View File
@@ -240,6 +240,7 @@ class GenericActivatedAbility:public ActivatedAbility{
int resolve(){
counters++;
ability->target = target; //may have been updated...
if (ability) return ability->resolve();
return 0;
}