Save Compatibility

This commit is contained in:
LoafyLemon 2024-01-22 21:23:35 +00:00
parent e7c1095176
commit 9c41933179
1 changed files with 5 additions and 0 deletions

View File

@ -177,6 +177,11 @@ init python:
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"
for i in states.dolls:
doll = getattr(store, i)
doll.body.matrix = IdentityMatrix()
if current > latest:
raise Exception("Loaded save file is incompatible. (Save Version: {}, Game Version: {})".format(current, latest))