From 7a53d1ee08d84192f82f90e21c81aa926c4b7863 Mon Sep 17 00:00:00 2001 From: craftersshaft Date: Wed, 26 May 2021 07:03:18 -0400 Subject: [PATCH] Oops! --- source/PlayState.hx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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