We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca323a commit c9b2114Copy full SHA for c9b2114
worlds/factorio/Shapes.py
@@ -15,7 +15,7 @@
15
TechTreeLayout.option_large_funnels: 15}
16
17
18
-def _sorter(location: "FactorioLocation"):
+def _sorter(location: "FactorioScienceLocation"):
19
return location.complexity, location.rel_cost
20
21
0 commit comments