Factorio: better Technology Tree Information description (#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 <scipiowright@gmail.com> * 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 <scipiowright@gmail.com>
This commit is contained in:
parent
3e95ccd06c
commit
3d9837678c
|
@ -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 if a research unlocks an item that is considered logical advancement, but not who it is for.
|
||||
Full: Labels with exact names and recipients of unlocked items; all researches are prefilled into the !hint command.
|
||||
"""
|
||||
display_name = "Technology Tree Information"
|
||||
|
|
Loading…
Reference in New Issue