Procházet zdrojové kódy

Fixed a word

tags/v0.1.1^0
Fen Dweller před 7 roky
rodič
revize
0885a80609
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      stories/fen-snack.js

+ 2
- 2
stories/fen-snack.js Zobrazit soubor

@@ -70,7 +70,7 @@ stories.push({
if (location.startsWith("intestines")) { if (location.startsWith("intestines")) {
changeStat("health", -0.75, state); changeStat("health", -0.75, state);
} }
if (location.startsWith("bowels")) { if (location.startsWith("bowels")) {
changeStat("health", -0.5, state); changeStat("health", -0.5, state);
} }
@@ -144,7 +144,7 @@ stories.push({
}, state); }, state);
}, },
intro: state => { intro: state => {
print(["Hot, slimy walls ripple and squeeze, the stomach of your captor stewing you in a churning stew of chyme and acid. The blue crux made a late-night meal out of you with ease. You've only been trapped under the Fen's pelt for a few minutes...and it doesn't seem like you'll last much longer than that, either."]);
print(["Hot, slimy walls ripple and squeeze, the stomach of your captor stewing you in a churning bath of chyme and acid. The blue crux made a late-night meal out of you with ease. You've only been trapped under the Fen's pelt for a few minutes...and it doesn't seem like you'll last much longer than that, either."]);
playSfx("sfx/stomach-churn.ogg"); playSfx("sfx/stomach-churn.ogg");
} }
}, },


Načítá se…
Zrušit
Uložit