Browse Source

Add missing data entries

tags/v0.1.2
Fen Dweller 6 years ago
parent
commit
6411a3cd06
1 changed files with 32 additions and 2 deletions
  1. +32
    -2
      stories/fen-snack.js

+ 32
- 2
stories/fen-snack.js View File

@@ -244,6 +244,11 @@ stories.push({
} }
] ]
} }
},
"data": {
"stats": {
}
} }
}, },
intestines: { intestines: {
@@ -344,7 +349,12 @@ stories.push({
] ]


} }
]
],
"data": {
"stats": {
}
}
}, },
bowels: { bowels: {
id: "bowels", id: "bowels",
@@ -453,7 +463,12 @@ stories.push({
] ]


} }
]
],
"data": {
"stats": {
}
}
}, },
"digested-stomach": { "digested-stomach": {
id: "digested-stomach", id: "digested-stomach",
@@ -465,6 +480,11 @@ stories.push({
playSfx("sfx/bowels-churn-safe.ogg"); playSfx("sfx/bowels-churn-safe.ogg");
stopClassTimers("alive", state); stopClassTimers("alive", state);
print(["You slump down in the acidic pit, curling up as it begins to churn you down to chyme. Fen's stomach snarls and bubbles for the next few minutes...and then you're gone~",newline,"Nothing's left but a bit of padding on your predator's gut..."]); print(["You slump down in the acidic pit, curling up as it begins to churn you down to chyme. Fen's stomach snarls and bubbles for the next few minutes...and then you're gone~",newline,"Nothing's left but a bit of padding on your predator's gut..."]);
},
"data": {
"stats": {
}
} }
}, },
"digested-intestines": { "digested-intestines": {
@@ -477,6 +497,11 @@ stories.push({
playSfx("sfx/bowels-churn-safe.ogg"); playSfx("sfx/bowels-churn-safe.ogg");
stopClassTimers("alive", state); stopClassTimers("alive", state);
print(["Fen's intestines clench and squeeze, melting you down into slop and soaking you up like a sponge.",newline,"Nothing's left but a bit of padding on your predator's hips..."]); print(["Fen's intestines clench and squeeze, melting you down into slop and soaking you up like a sponge.",newline,"Nothing's left but a bit of padding on your predator's hips..."]);
},
"data": {
"stats": {
}
} }
}, },
"digested-bowels": { "digested-bowels": {
@@ -489,6 +514,11 @@ stories.push({
playSfx("sfx/bowels-churn-danger.ogg"); playSfx("sfx/bowels-churn-danger.ogg");
stopClassTimers("alive", state); stopClassTimers("alive", state);
print(["A powerful ripple of muscle pins you in a vice-grip of flesh - and within seconds, you're part of Fen's bowels.",newline,"Nothing's left but a bit of padding on your predator's ass..."]); print(["A powerful ripple of muscle pins you in a vice-grip of flesh - and within seconds, you're part of Fen's bowels.",newline,"Nothing's left but a bit of padding on your predator's ass..."]);
},
"data": {
"stats": {
}
} }
} }
} }


Loading…
Cancel
Save