Phase 33: technician climate control and locker assignment.

This commit is contained in:
Leonid Pershin
2026-08-20 04:44:41 +03:00
parent ee23fb4994
commit ce772cd3c3
19 changed files with 436 additions and 24 deletions
+5
View File
@@ -154,6 +154,11 @@ public sealed class RoomDef : Def
/// the street by the climate preset's wall offset.
/// </summary>
public bool Outdoor { get; init; }
/// <summary>
/// When set, pupil lockers in this room go to students of that sex (<c>male</c> / <c>female</c>).
/// </summary>
public string? LockerSex { get; init; }
}
public sealed class BuildingDef : Def;