Merge branch 'phase/46-speech-home'
Co-authored-by: Cursor <cursoragent@cursor.com> # Conflicts: # docs/phases/09-social/README.md # src/HSchool.Server/Game/SchoolWorker.cs # tests/HSchool.Ai.Tests/TalkCirclesTests.cs # tests/HSchool.Simulation.Tests/MorningOpinionsTests.cs # tests/HSchool.Simulation.Tests/TalkCircleTests.cs
This commit is contained in:
@@ -89,6 +89,9 @@ public sealed class School : IDisposable
|
||||
/// <summary>Student and staff dress rules. Pending pair applies on the next work morning.</summary>
|
||||
public SchoolDressRules DressRules { get; set; } = new();
|
||||
|
||||
/// <summary>Student and staff speech-topic rules. Pending ids apply on the next work morning.</summary>
|
||||
public SchoolSpeechRules SpeechRules { get; set; } = new();
|
||||
|
||||
/// <summary>Skill everyone generated for this school speaks natively.</summary>
|
||||
public string? NativeLanguage { get; private set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user