Browse Source

Add some stomach sounds

geta
Fen Dweller 5 years ago
parent
commit
f6a1b6e475
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      stories/geta-unaware.js

+ 3
- 2
stories/geta-unaware.js View File

@@ -18,7 +18,7 @@
return true;
}
stories.push({
"id": "unaware-geta",
"id": "geta-unaware",
"name": "Geta's Breakfast",
"tags": [
"Player Prey",
@@ -146,7 +146,7 @@
}
},
"sounds": [
"loop/stomach.ogg"
],
"preload": [

@@ -547,6 +547,7 @@

},
"enter": (room, state) => {
playLoop("loop/stomach.ogg");
startTimer({
id: "digest",
func: state => {


Loading…
Cancel
Save