Add portable RV homes and decor prototype

This commit is contained in:
Alexander Sellite 2026-08-30 21:37:26 -04:00
parent 81decf2b71
commit fe099f47dd
56 changed files with 5459 additions and 112 deletions

View file

@ -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()