Save Compatibility
This commit is contained in:
parent
e7c1095176
commit
9c41933179
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user