This commit is contained in:
aozhiwei 2023-03-14 18:56:56 +08:00
parent 30549d5814
commit b5a83afaeb

View File

@ -341,16 +341,6 @@ void CallFuncBuff::ProcLightCircle()
auto on_stay = auto on_stay =
[this, context] (Human* hum) [this, context] (Human* hum)
{ {
#if 0
if (hum->GetHP() < hum->GetMaxHP()) {
if (active_skill_meta) {
hum->AddHp(active_skill_meta->_number_meta->resume() +
hum->GetMaxHP() * active_skill_meta->_number_meta->resume_addition());
} else {
hum->AddHp(hum->GetMaxHP() * meta->_number_meta->resume());
}
}
#endif
}; };
auto on_leave = auto on_leave =
[this, context] (Human* hum) [this, context] (Human* hum)