Adds Arena Trap ability
This commit is contained in:
@@ -26,6 +26,7 @@ type Pokemon {
|
||||
void SetHeldItem(const Item@ item);
|
||||
string Nickname { get const; };
|
||||
bool HasType(uint8 type) const;
|
||||
bool HasType(const constString &in type) const;
|
||||
void Damage(uint type, DamageSource source);
|
||||
void Heal(uint type);
|
||||
void OverrideActiveAbility(const string &in ability);
|
||||
@@ -34,7 +35,7 @@ type Pokemon {
|
||||
uint GetBoostedStat(Statistic stat) const;
|
||||
uint GetBaseStat(Statistic stat) const;
|
||||
int8 GetStatBoost(Statistic stat) const;
|
||||
bool HasVolatile(const constString &in name);
|
||||
bool HasVolatile(const constString &in name) const;
|
||||
ref@ AddVolatile(const constString &in name);
|
||||
void RemoveVolatile(const constString &in name) const;
|
||||
void ClearStatus() const;
|
||||
|
||||
Reference in New Issue
Block a user