produceextra, lki(last known information) for power, toughness and basic abilities

This commit is contained in:
Anthony Calosa
2015-09-30 23:45:54 +08:00
parent 956d21d431
commit e1c02c8bf5
10 changed files with 80 additions and 20 deletions
+4
View File
@@ -233,6 +233,10 @@ public:
void addbaseT(int t = 0);
void revertbaseP();
void revertbaseT();
int getCurrentPower();
int LKIpower;
int LKItoughness;
int getCurrentToughness();
void cdaPT(int p = 0, int t = 0);
bool isCDA;
void switchPT(bool apply = false);