Fix Divine tutorial text to describe actual functionality (#5399)

Divine reveals what you must do to impress a hero and recruit them,
not their stats/abilities.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-17 10:00:53 -08:00
committed by GitHub
co-authored by Claude Opus 4.5
parent a485772e66
commit 7da2fb7913
@@ -420,8 +420,8 @@ namespace Eagle0.Tutorial {
var divine = CreateCommandPanelTutorial(
"command_divine",
"Divine Heroes",
"Use divination to learn a hero's hidden potential.\n\n" +
"Costs gold but reveals the hero's true abilities and stats. Divine all available heroes at once for efficiency.");
"Pay a soothsayer to divine a hero's hidden desires.\n\n" +
"Reveals the intentions and aspirations of a free hero, showing you what you must do to win them to your cause.");
registry.RegisterTutorial(divine, "command_panel_DivineCommand");
// Issue Orders command