Skip to content

Commit d2102fa

Browse files
budak7273ScipioWright
authored andcommitted
Factorio: better Technology Tree Information description (ArchipelagoMW#2121)
* Fix typo in Factorio options tooltip * Fix typo, add details * Apply code review suggestion It doesn't let me apply more than one change to the same line in a batch. Co-authored-by: Scipio Wright <[email protected]> * Apply code review suggestion from @nicholassaylor It doesn't let me apply more than one change to the same line in a batch. --------- Co-authored-by: Scipio Wright <[email protected]>
1 parent 1960c1b commit d2102fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

worlds/factorio/Options.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ class TechTreeLayout(Choice):
146146

147147
class TechTreeInformation(Choice):
148148
"""How much information should be displayed in the tech tree.
149-
None: No indication what a research unlocks
150-
Advancement: Indicators which researches unlock items that are considered logical advancements
149+
None: No indication of what a research unlocks.
150+
Advancement: Indicates if a research unlocks an item that is considered logical advancement, but not who it is for.
151151
Full: Labels with exact names and recipients of unlocked items; all researches are prefilled into the !hint command.
152152
"""
153153
display_name = "Technology Tree Information"

0 commit comments

Comments
 (0)