Erwan
-fix issue 283 (lord sorcery effects last indefinitely)
This commit is contained in:
@@ -1396,7 +1396,7 @@ class GenericInstantAbility: public InstantAbility{
|
||||
}
|
||||
|
||||
int destroy(){
|
||||
ability->forceDestroy = 0;
|
||||
ability->forceDestroy = 1;
|
||||
return InstantAbility::destroy();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user