support andability in mana producer

so cards that parse mana abilities can be read (reflecting pool. etc..
fixes issue #700 but we need to update the code from add{mana} && do
something to add{mana} and!( do something)! )
This commit is contained in:
Anthony Calosa
2017-02-19 21:11:02 +08:00
parent 9cd67eedc1
commit ed42c3fd29
2 changed files with 22 additions and 0 deletions

View File

@@ -538,6 +538,7 @@ protected:
Player * controller;
public:
MTGAbility * andAbility;
string menutext;
ManaCost * output;
int tap;