| @@ -18,7 +18,7 @@ | |||||
| return true; | return true; | ||||
| } | } | ||||
| stories.push({ | stories.push({ | ||||
| "id": "unaware-geta", | |||||
| "id": "geta-unaware", | |||||
| "name": "Geta's Breakfast", | "name": "Geta's Breakfast", | ||||
| "tags": [ | "tags": [ | ||||
| "Player Prey", | "Player Prey", | ||||
| @@ -146,7 +146,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "sounds": [ | "sounds": [ | ||||
| "loop/stomach.ogg" | |||||
| ], | ], | ||||
| "preload": [ | "preload": [ | ||||
| @@ -547,6 +547,7 @@ | |||||
| }, | }, | ||||
| "enter": (room, state) => { | "enter": (room, state) => { | ||||
| playLoop("loop/stomach.ogg"); | |||||
| startTimer({ | startTimer({ | ||||
| id: "digest", | id: "digest", | ||||
| func: state => { | func: state => { | ||||