Added System migration stuff

Some reorganisation
This commit is contained in:
Vlyan
2021-01-20 12:38:36 +01:00
parent 289ec720de
commit acbb12333e
9 changed files with 360 additions and 97 deletions

View File

@@ -96,12 +96,6 @@ export class ActorL5r5e extends Actor {
if (data.void_points.value > data.void_points.max) {
data.void_points.value = data.void_points.max;
}
// *** Migration stuff ***
// TODO remove in patch 1.1+
if (data.prepared === undefined) {
data.prepared = true;
}
}
}
}