Raise Stammcrew pool limit from 5 to 12 crew members.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-01 19:07:37 +02:00
co-authored by Cursor
parent 3504ec97cc
commit 98c0ed81d4
7 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export interface EntryCrewFields {
crewSnapshotsById: Record<string, PersonSnapshot>
}
export const MAX_POOL_CREW_MEMBERS = 5
export const MAX_POOL_CREW_MEMBERS = 12
export function emptyLogbookCrewSelection(): LogbookCrewSelectionData {
return {