From ed9ab52671259b9348293c3ad02feb84068ab48b Mon Sep 17 00:00:00 2001 From: Ixrec Date: Mon, 12 Aug 2024 16:09:34 +0100 Subject: [PATCH] fix Feldspar forgetting about hints after their first conversation --- mod/Hints.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/Hints.cs b/mod/Hints.cs index 735fc07..c76f1d0 100644 --- a/mod/Hints.cs +++ b/mod/Hints.cs @@ -23,7 +23,7 @@ internal class Hints { "Esker", ["Esker1", "Esker2"] }, { "Riebeck", ["Questions"] }, { "Gabbro", ["GabbroMenu"] }, - { "Feldspar", ["FeldsparPrimaryMenu"] }, + { "Feldspar", ["FeldsparPrimaryMenu", "FeldsparSecondary"] }, }; private const string HintOptionTextId = "APRandomizer_HintOption";