added basepower and basetoughness

added these two so if we want to access original power and toughness, we
can point to origpower and origtoughness respectively.
This commit is contained in:
Anthony Calosa
2015-09-10 05:26:09 +08:00
parent 9d668342be
commit c1e9fad271
3 changed files with 10 additions and 6 deletions

View File

@@ -72,7 +72,9 @@ public:
int regenerateTokens;
int isToken;
int origpower;
int basepower;
int origtoughness;
int basetoughness;
int isMultiColored;
int isLeveler;
bool enchanted;