feat(mystery): add opening and main-floor content

This commit is contained in:
2026-05-09 21:51:12 -05:00
parent e46b2359c0
commit 2a9b6155ef
65 changed files with 7555 additions and 72 deletions
+2 -2
View File
@@ -121,8 +121,8 @@ for (const enc of Object.values(encounters)) {
}
export const world: World = {
startingRoom: 'foyer',
startingInventory: ['matches'],
startingRoom: 'outside-gate',
startingInventory: ['letter', 'matches', 'broken-cigarette'],
rooms,
items,
encounters,