Tidy up a little...
This commit is contained in:
@@ -220,6 +220,21 @@ public:
|
||||
void tap();
|
||||
void attemptUntap();
|
||||
|
||||
//cda and other func
|
||||
void stripPTbonus();
|
||||
void minusPTbonus(int p = 0, int t = 0);
|
||||
void plusPTbonus(int p = 0, int t = 0);
|
||||
void applyPTbonus();
|
||||
void addcounter(int p = 0, int t = 0);
|
||||
void removecounter(int p = 0, int t = 0);
|
||||
void addptbonus(int p = 0, int t = 0);
|
||||
void removeptbonus(int p = 0, int t = 0);
|
||||
void addbaseP(int p = 0);
|
||||
void addbaseT(int t = 0);
|
||||
void revertbaseP();
|
||||
void revertbaseT();
|
||||
void cdaPT(int p = 0, int t = 0);
|
||||
|
||||
void eventattacked();
|
||||
void eventattackedAlone();
|
||||
void eventattackednotblocked();
|
||||
|
||||
Reference in New Issue
Block a user