This commit is contained in:
aozhiwei 2023-02-16 15:24:07 +08:00
parent 968c26be9a
commit 813846b8f7

View File

@ -907,7 +907,7 @@ void Skill::Proc30801LONG()
[this] (const a8::Args& args)
{
if (!owner->dead) {
owner->AddHp(0);
owner->AddHp(meta->_number_meta->resume_addition() * args.Get<float>(1));
}
}
);