feat(mystery): add opening and main-floor content
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user