|
|
|
@@ -212,6 +212,22 @@ stories.push({ |
|
|
|
print(["You rub all over your prison's walls. Fen's stomach gurgles in response."]); |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Thrash", |
|
|
|
desc: "Kick and struggle", |
|
|
|
execute: (room, state) => { |
|
|
|
changeStat("health", -10, state); |
|
|
|
changeStat("stamina", -35, state); |
|
|
|
print(["Your thrash and kick and punch - and, for your insolence, you are rewarded with a crushing CLENCH. Fen's grinding guts smother and squeeze your softening body, nearly popping you like a grape."]); |
|
|
|
playSfx("sfx/stomach-churn.ogg"); |
|
|
|
}, |
|
|
|
show: [ |
|
|
|
|
|
|
|
], |
|
|
|
conditions: [ |
|
|
|
|
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Submit", |
|
|
|
desc: "Let Fen digest you", |
|
|
|
@@ -534,7 +550,7 @@ stories.push({ |
|
|
|
playSfx("sfx/digested-test.ogg"); |
|
|
|
playSfx("sfx/bowels-churn-danger.ogg"); |
|
|
|
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. Your exhausted form is molded like putty..and then, over the course of no more than seconds, Fen's bowels assimilate you. Numbness races through your body as you're absorbed like water into a sponge.",newline,"Nothing's left of you beyond some heft on his ass..."]); |
|
|
|
}, |
|
|
|
"data": { |
|
|
|
"stats": { |
|
|
|
|