FEAT: randomize room number

randomize room number when not set but the night number is set
This commit is contained in:
zomo
2026-07-01 23:48:36 -05:00
parent 262f3d59ec
commit ecf30a9044
4 changed files with 38 additions and 8 deletions
+1
View File
@@ -34,6 +34,7 @@ func mainErr() error {
}
AssignExtraRooms(roomFolders, *roomPerNight)
AssignRandomNightRooms(roomFolders, *roomPerNight)
// only deletes DATA/NIGHT_* folders and the CF.ini file
err = EmptyOut(*outPath)