Bug fixes

* Fixed inconsistent spacing
* Fixed inconsistent state var access
This commit is contained in:
LoafyLemon 2024-04-02 16:18:18 +01:00
parent 908beae5d3
commit 9aff807593
9 changed files with 30 additions and 30 deletions

View File

@ -79,8 +79,8 @@ label start_dev:
states.paperwork_unlocked = True
store.states.lun.ev.intro.e1_complete = True
store.states.lun.ev.intro.e2_complete = True
states.lun.ev.intro.e1_complete = True
states.lun.ev.intro.e2_complete = True
for i in mirror.items:
i.unlocked = True