mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-11 17:48:15 -07:00
Apply suggestions from code review
Co-authored-by: Scipio Wright <scipiowright@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user