add custom name for generic reveal
This commit is contained in:
@@ -92,6 +92,7 @@ class GenericRevealAbility : public ActivatedAbility
|
||||
public:
|
||||
string howMany;
|
||||
MTGRevealingCards * ability;
|
||||
string named;
|
||||
GenericRevealAbility(GameObserver* observer, int id, MTGCardInstance * source, Targetable * target, string _howMany);
|
||||
int resolve();
|
||||
const string getMenuText();
|
||||
|
||||
Reference in New Issue
Block a user