Save compatibility

This commit is contained in:
LoafyLemon 2024-03-24 13:06:43 +00:00
parent 7500ca3adf
commit 671c4a577f
1 changed files with 2 additions and 1 deletions

View File

@ -203,7 +203,8 @@ init python:
getattr(store, "lun_ev_play_with_yourself_t3_e4").req = "states.lun.tier == 3"
getattr(store, "lun_ev_play_with_yourself_t3_e4").reset()
states.lun.level = 9
if states.lun.tier == 3:
states.lun.level = 9
for i in states.dolls:
doll = getattr(store, i)