Open syr-cn opened 5 months ago
Thanks for this awesome work!
However, it seems there's some problem in the list checklist_order in script.py.
checklist_order
In line 59 of script.py:
checklist_order = ["Isaac's Heart", "Isaac", "Satan", "Boss Rush", "Chest", "Dark Room", "Mega Satan", "Hush", "Greed", "Delirium", "Mother", "Beast"]
It seems Hush and Greed is reversed. The correct order should be:
Hush
Greed
checklist_order = ["Isaac's Heart", "Isaac", "Satan", "Boss Rush", "Chest", "Dark Room", "Mega Satan", "Greed", "Hush", "Delirium", "Mother", "Beast"]
Thanks for this awesome work!
However, it seems there's some problem in the list
checklist_order
in script.py.In line 59 of script.py:
It seems
Hush
andGreed
is reversed. The correct order should be: