hiddenview

if the target is in library and the source has the hiddenface ability
then hide it
This commit is contained in:
Anthony Calosa
2017-02-14 05:09:28 +08:00
parent 143b3d98b1
commit 2d383e237f
4 changed files with 33 additions and 3 deletions

View File

@@ -134,6 +134,7 @@ class GameObserver{
int isInGrave(MTGCardInstance * card);
int isInExile(MTGCardInstance * card);
int isInHand(MTGCardInstance * card);
int isInLibrary(MTGCardInstance * card);
virtual void Update(float dt);
void Render();
void ButtonPressed(PlayGuiObject*);

View File

@@ -221,6 +221,7 @@ public:
BLOCK_COST = 37,
GRANTEDFLASHBACK_COST = 38,
FORCED_TOKEN_CREATOR = 39,
HIDDENVIEW = 40,
};
};