Mage improvement (fire mage aoe)

This commit is contained in:
Yunfan Li
2025-01-19 20:06:10 +08:00
parent a0e955d14b
commit bc33851189
13 changed files with 82 additions and 24 deletions

View File

@@ -618,8 +618,8 @@ public:
{
}
std::string const GetTargetName() { return "self target"; }
virtual bool IsActive();
std::string const GetTargetName() override { return "self target"; }
bool IsActive() override;
private:
int stack;