Bug fixes
* Fixed inconsistent spacing * Fixed inconsistent state var access
This commit is contained in:
parent
908beae5d3
commit
9aff807593
@ -79,8 +79,8 @@ label start_dev:
|
|||||||
|
|
||||||
states.paperwork_unlocked = True
|
states.paperwork_unlocked = True
|
||||||
|
|
||||||
store.states.lun.ev.intro.e1_complete = True
|
states.lun.ev.intro.e1_complete = True
|
||||||
store.states.lun.ev.intro.e2_complete = True
|
states.lun.ev.intro.e2_complete = True
|
||||||
|
|
||||||
for i in mirror.items:
|
for i in mirror.items:
|
||||||
i.unlocked = True
|
i.unlocked = True
|
||||||
|
Loading…
Reference in New Issue
Block a user