Add portable RV homes and decor prototype
This commit is contained in:
parent
81decf2b71
commit
fe099f47dd
56 changed files with 5459 additions and 112 deletions
|
|
@ -485,7 +485,7 @@ func _validate_version_four_migration() -> void:
|
|||
version_four,
|
||||
4,
|
||||
)
|
||||
assert(int(migrated.get("save_version", -1)) == 10)
|
||||
assert(int(migrated.get("save_version", -1)) == 11)
|
||||
assert(int((migrated["experience"] as Dictionary)["total_experience"]) == 0)
|
||||
assert(
|
||||
is_equal_approx(
|
||||
|
|
@ -509,4 +509,7 @@ func _validate_version_four_migration() -> void:
|
|||
assert(
|
||||
PlayerJobService.validate_save_data(migrated.get("jobs", {}))
|
||||
)
|
||||
assert(not PlayerHomeState.sanitize_save_data(
|
||||
migrated.get("home", {})
|
||||
).is_empty())
|
||||
manager.queue_free()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue