void SetFrozen()
	{
		frozen = true;
		StartCoroutine(ShotHitIsFire(false));
		StartCoroutine(SetFreezeIceBlock(true));
	}