Update tester, implements attract
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-10-24 16:34:58 +02:00
parent c8a43107d9
commit 12f0e46372
7 changed files with 3081 additions and 649 deletions

View File

@@ -30,6 +30,7 @@ type Pokemon {
uint GetBoostedStat(Statistic stat) const;
uint GetBaseStat(Statistic stat) const;
int8 GetStatBoost(Statistic stat) const;
bool HasVolatile(const constString &in name);
ref@ AddVolatile(const constString &in name);
void RemoveVolatile(const constString &in name) const;
void ClearStatus() const;