Erwan
- barbed sliver, sedge sliver, basal sliver bug fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -236,6 +236,7 @@ class AManaProducer: public MTGAbility{
|
||||
void Render();
|
||||
int isReactingToClick(MTGCardInstance * _card, ManaCost * mana = NULL);
|
||||
int resolve();
|
||||
int destroy();
|
||||
int reactToClick(MTGCardInstance * _card);
|
||||
const char * getMenuText();
|
||||
int testDestroy();
|
||||
|
||||
Reference in New Issue
Block a user