mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 04:19:30 +08:00
修复生命回复的bug
This commit is contained in:
parent
b2b80bebde
commit
e734f00e22
@ -482,7 +482,8 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = {
|
||||
}
|
||||
if (core.getFlag('springCount', 0) == 50) {
|
||||
core.setFlag('springCount', 0);
|
||||
core.status.hero.hpmax = core.getNakedStatus('hpmax') * 1.1;
|
||||
core.status.hero.hpmax +=
|
||||
core.getNakedStatus('hpmax') * 0.1;
|
||||
}
|
||||
core.updateStatusBar();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user