mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-29 01:19:44 +00:00
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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user