System/Alchemy/AlchemyScrollBehaviour.cs
@@ -29,6 +29,7 @@ void DisplayRecipes() { m_Controller.Refresh(); var qualities = AlchemyConfig.GetAlchemyQualities(alchemyType); foreach (var quality in qualities) { @@ -42,6 +43,7 @@ } } } m_Controller.Restart(); } private void OnRefreshCell(ScrollerDataType type, CellView cell)