diff --git a/source/PlayState.hx b/source/PlayState.hx index 4fc23ee..f64a4e4 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -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