Add note on Artifacts tab

This commit is contained in:
Luke Street 2021-05-27 18:16:19 -04:00
parent 822e5d3410
commit 44ab54745f
1 changed files with 2 additions and 0 deletions

View File

@ -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();
}