Dress people at generation from a separate apparel stream.
Wardrobes live on the person in people.json: everyday layers, textbooks per parallel, and chance-based bags from catalog data. Hauling and the carry cap are defs, not constants. The golden roster gains an items column; later family members shift because Hauling consumes extra appearance rolls. Old saves without items are dressed on load. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -198,7 +198,8 @@ public class ReviewFixTests
|
||||
seat,
|
||||
new DateTime(2011, 9, 1, 0, 0, 0, DateTimeKind.Utc),
|
||||
Fixtures.AsOf,
|
||||
motherOnly.NextChildIndex);
|
||||
motherOnly.NextChildIndex,
|
||||
Fixtures.SchoolSeed);
|
||||
|
||||
// Boys need the male form of a surname no living member of this household carries.
|
||||
var entry = names.Surnames.Single(candidate => candidate.Male == motherOnly.Surname);
|
||||
|
||||
Reference in New Issue
Block a user