reinitialize counters on destroy

This commit is contained in:
Anthony Calosa
2015-09-10 06:04:43 +08:00
parent c1e9fad271
commit d3a7ff7e11
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -72,9 +72,9 @@ public:
int regenerateTokens;
int isToken;
int origpower;
int basepower;
int basepower;//to keep origpower intact
int origtoughness;
int basetoughness;
int basetoughness;//to keep origtoughness intact
int isMultiColored;
int isLeveler;
bool enchanted;