jamesthejellyfish / isaac-save-edit-script

a graphical save editor tool for in the Binding of Isaac Repentance
MIT License
17 stars 11 forks source link

checklist_order in script.py is wrong #7

Open syr-cn opened 5 months ago

syr-cn commented 5 months ago

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:

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:

checklist_order = ["Isaac's Heart", "Isaac", "Satan", "Boss Rush", "Chest", "Dark Room", "Mega Satan", "Greed", "Hush", "Delirium", "Mother", "Beast"]