This commit is contained in:
craftersshaft 2021-05-26 07:03:18 -04:00
parent 1307b8498d
commit 7a53d1ee08

View File

@ -1833,8 +1833,9 @@ class PlayState extends MusicBeatState
if (health > 2)
health = 2;
#if windows
if (executeModchart && luaModchart != null){luaModchart.setVar('health', health);};
#end
if (healthBar.percent < 20)
iconP1.animation.curAnim.curFrame = 1;
else