public HealthSliderHealthObserver(ShipController sc)
	{
		shipController = sc;
		shipController.attachHealthObserver(this);
	}