From 44ab54745f7d26332705d6af5a9ff727b0c429a5 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Thu, 27 May 2021 18:16:19 -0400 Subject: [PATCH] Add note on Artifacts tab --- Runtime/ImGuiConsole.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Runtime/ImGuiConsole.cpp b/Runtime/ImGuiConsole.cpp index 9cbb0df51..70994c918 100644 --- a/Runtime/ImGuiConsole.cpp +++ b/Runtime/ImGuiConsole.cpp @@ -804,6 +804,8 @@ void ImGuiConsole::ShowItemsWindow() { ImGui::EndTabItem(); } if (ImGui::BeginTabItem("Artifacts")) { + ImGui::Text("NOTE: This doesn't affect Artifact Temple layers"); + ImGui::Text("Use the Layers window to set them for progression"); RenderItemsDualColumn(pState, ArtifactItems, 0); ImGui::EndTabItem(); }