health dies yay

This commit is contained in:
craftersshaft
2021-05-27 14:22:57 -04:00
parent 7a53d1ee08
commit ec2a16b025
2 changed files with 1 additions and 20 deletions

View File

@ -328,7 +328,6 @@ class ModchartState
// get some fukin globals up in here bois
setVar("difficulty", PlayState.storyDifficulty);
setVar("health", PlayState.instance.health);
setVar("bpm", Conductor.bpm);
setVar("scrollspeed", FlxG.save.data.scrollSpeed != 1 ? FlxG.save.data.scrollSpeed : PlayState.SONG.speed);
setVar("fpsCap", FlxG.save.data.fpsCap);