diff --git a/game/scripts/utility/updater.rpy b/game/scripts/utility/updater.rpy index e48a1589..cd28784f 100644 --- a/game/scripts/utility/updater.rpy +++ b/game/scripts/utility/updater.rpy @@ -166,6 +166,17 @@ init python: if k.modpath: k.modpath = "mods/" + k.modpath.split("/")[-1] + if current < 1.46: + getattr(store, "her_ev_cumslut_public_t5_e1").label = "hg_pr_cumslut_T5_return" + getattr(store, "her_ev_cumslut_public_t5_e2").label = "hg_pr_cumslut_T5_return" + getattr(store, "her_ev_cumslut_public_t5_e3").label = "hg_pr_cumslut_T5_return" + getattr(store, "her_ev_cumslut_public_t5_e1_hub").label = "hg_pr_cumslut" + getattr(store, "her_ev_cumslut_public_t5_e2_hub").label = "hg_pr_cumslut" + getattr(store, "her_ev_cumslut_public_t5_e3_hub").label = "hg_pr_cumslut" + getattr(store, "her_ev_cumslut_public_t5_e1_hub").req = "states.her.tier == 5" + getattr(store, "her_ev_cumslut_public_t5_e2_hub").req = "states.her.tier == 5" + getattr(store, "her_ev_cumslut_public_t5_e3_hub").req = "states.her.tier == 5" + if current > latest: raise Exception("Loaded save file is incompatible. (Save Version: {}, Game Version: {})".format(current, latest))