Skip to content

Commit

Permalink
fix Feldspar forgetting about hints after their first conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixrec committed Aug 12, 2024
1 parent 08468bb commit ed9ab52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/Hints.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit ed9ab52

Please sign in to comment.