Skip to content

Factorio: Fix typos in options tooltip #2121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 10, 2023
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions worlds/factorio/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ class TechTreeLayout(Choice):

class TechTreeInformation(Choice):
"""How much information should be displayed in the tech tree.
None: No indication what a research unlocks
Advancement: Indicators which researches unlock items that are considered logical advancements
None: No indication of what a research unlocks.
Advancement: Indicates which researches unlock items that are considered logical advancements, but not who they are for.
Full: Labels with exact names and recipients of unlocked items; all researches are prefilled into the !hint command.
"""
display_name = "Technology Tree Information"
Expand Down