void OnBossDie()
 {
     inventory.AddCargoToWorkshopInventory();
     inventory.ClearCargo();
     winText.SetActive(true);
     Invoke("LoadScene", 2);
     Debug.Log("Boss dead");
 }