modified Momir
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
||||
}
|
||||
|
||||
virtual const string getDisplayName() const;
|
||||
void Render(MTGCardInstance * source, JQuad * targetQuad, string alt1, string alt2, string action, bool bigQuad = false);
|
||||
void Render(MTGCardInstance * source, JQuad * targetQuad, string alt1, string alt2, string action, bool bigQuad = false, int aType = 0);
|
||||
|
||||
virtual int receiveEvent(WEvent *)
|
||||
{
|
||||
|
||||
@@ -220,6 +220,7 @@ public:
|
||||
ATTACK_COST = 36,
|
||||
BLOCK_COST = 37,
|
||||
GRANTEDFLASHBACK_COST = 38,
|
||||
FORCED_TOKEN_CREATOR,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -480,7 +480,8 @@ public:
|
||||
|
||||
int alreadyplayed;
|
||||
MTGAllCards * collection;
|
||||
MTGCardInstance * genCreature(int id);
|
||||
MTGAbility * tokCreate;
|
||||
MTGCardInstance * genCreature(int id, Player * p);
|
||||
void Update(float dt);
|
||||
void Render();
|
||||
MTGMomirRule(GameObserver* observer, int _id, MTGAllCards * _collection);
|
||||
|
||||
Reference in New Issue
Block a user