Apply suggestions from code review

Co-authored-by: Scipio Wright <scipiowright@gmail.com>
This commit is contained in:
Jarno
2025-08-31 21:36:57 +02:00
committed by GitHub
parent 068f18f0d7
commit 5c7435e631
8 changed files with 23 additions and 21 deletions

View File

@@ -242,7 +242,8 @@ class CriticalPathCalculator:
self.tier_0_recipes.add(self.random.choice(("Recipe: Silica", "Recipe: Cheap Silica")))
selected_recipe = self.random.choice(
("Recipe: Screw", "Recipe: Screw","Recipe: Cast Screw", "Recipe: Cast Screw", "Recipe: Steel Screw"))
("Recipe: Screw", "Recipe: Screw", "Recipe: Cast Screw", "Recipe: Cast Screw", "Recipe: Steel Screw"))
self.tier_0_recipes.add(selected_recipe)
if selected_recipe == "Recipe: Steel Screw":
# add Steel Beam and steel Ingot