modified Momir

This commit is contained in:
Anthony Calosa
2017-02-05 22:14:20 +08:00
parent db0f6d6c0b
commit e2c1d62552
5 changed files with 55 additions and 15 deletions
+1 -1
View File
@@ -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 *)
{
+1
View File
@@ -220,6 +220,7 @@ public:
ATTACK_COST = 36,
BLOCK_COST = 37,
GRANTEDFLASHBACK_COST = 38,
FORCED_TOKEN_CREATOR,
};
};
+2 -1
View File
@@ -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);