// Start is called before the first frame update
 void Start()
 {
     staminaBar.SetSize(mm.currentGuy.health / mm.currentGuy.maxHealth);
 }