-fix issue 283 (lord sorcery effects last indefinitely)
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-16 03:10:10 +00:00
parent 11ed497ebb
commit 3be21618d5
3 changed files with 24 additions and 1 deletions

View File

@@ -1396,7 +1396,7 @@ class GenericInstantAbility: public InstantAbility{
}
int destroy(){
ability->forceDestroy = 0;
ability->forceDestroy = 1;
return InstantAbility::destroy();
}