Skip to content

Commit

Permalink
The Witness: Fixed seeds not generating with vanilla logic (Archipela…
Browse files Browse the repository at this point in the history
…goMW#1895)

Yikes, I swear I ran like 15 generations with a random yaml, I got so unlucky
  • Loading branch information
NewSoupVi authored Jun 25, 2023
1 parent aa8ffa2 commit 0934e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/witness/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,5 +252,5 @@ def get_logic_file(filepath: str):
if filepath == "WitnessLogicExpert.txt":
return get_sigma_expert_logic()
if filepath == "WitnessLogicVanilla.txt":
return get_vanilla_logic
return get_vanilla_logic()
return get_adjustment_file(filepath)

0 comments on commit 0934e5c

Please sign in to comment.