public override bool CheckIfCompleted()
 {
     return(FirstPlant.GetComponent <HouseplantHealth>().GetWaterLevel() >= 75);
 }
 public override bool CheckIfCompleted()
 {
     return(FirstPlant.GetComponent <HouseplantHealth>().GetLightLevel() == 68);
 }