feat(mystery): add altered rooms and drunk sequence

This commit is contained in:
2026-05-12 20:22:20 -05:00
parent 0755213d6a
commit 52fb869976
42 changed files with 881 additions and 19 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ describe('endingFrontmatterSchema', () => {
})
it('rejects unknown ending id', () => {
const data = { id: 'mercy', whenFlags: {} }
const data = { id: 'secret', whenFlags: {} }
expect(() => endingFrontmatterSchema.parse(data)).toThrow()
})
})