public void OnFightButton() { UpdateSkills(); if (ps.currentHP == 0) { ps.currentHP = ps.GetMaxHealth(); } SceneManager.LoadScene("Level"); }