From 671c4a577f00a0ace5129272dc956555acc46d46 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Sun, 24 Mar 2024 13:06:43 +0000 Subject: [PATCH] Save compatibility --- game/scripts/utility/updater.rpy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game/scripts/utility/updater.rpy b/game/scripts/utility/updater.rpy index 03e68c10..5c029e77 100644 --- a/game/scripts/utility/updater.rpy +++ b/game/scripts/utility/updater.rpy @@ -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)