1
This commit is contained in:
parent
30549d5814
commit
b5a83afaeb
@ -341,16 +341,6 @@ void CallFuncBuff::ProcLightCircle()
|
||||
auto on_stay =
|
||||
[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 =
|
||||
[this, context] (Human* hum)
|
||||
|
Loading…
x
Reference in New Issue
Block a user