Restore Slavic save lift and redress abstract underwear on load.

Recheck of slice 7 stage A found UpgradeOlderSave removed after UpperUnderwear, so format-2 nameSetId saves never started, and golden people.json wearing abstract Underwear failed RequireKnownApparel. Bring back the lift, treat unusable items as undressed, and restore GoldenSaveTests.
This commit is contained in:
Leonid Pershin
2026-08-20 15:52:17 +03:00
parent 0ec02dde8d
commit 5df341f91b
7 changed files with 250 additions and 40 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ internal sealed partial class SchoolWorker
generated = true;
}
if (DressGenerator.NeedsDressing(roster, applicants))
if (DressGenerator.NeedsDressing(catalog, roster, applicants))
{
roster = DressGenerator.EnsureRoster(catalog, roster, seed, school.Clock.Time);
applicants = DressGenerator.EnsurePool(catalog, applicants, roster, seed, school.Clock.Time);