浏览代码

Make getting chewed in the maw struggle send you to the throat, pre-surrendered

Before, you went straight to the stomach; now, you're swallowed as usual, but
are treated as if you've surrendered.
geta
Fen Dweller 5 年前
父节点
当前提交
0ccd642f13
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. +5
    -3
      stories/geta-unaware.js

+ 5
- 3
stories/geta-unaware.js 查看文件

@@ -589,7 +589,8 @@
print(["Geta's jaws close like a falling guillotine's blade. You're crushed like an insect. A sharp gulp drags you down to the fox's guts."]);
playSfx("sfx/swallow.ogg");
changeStat("health", -90);
goToRoom("stomach");
goToRoom("throat");
state.player.flags.throatSurrender = true;
return false;
}

@@ -846,7 +847,6 @@

playSfx("sfx/swallow.ogg");

state.player.flags.throatSurrender = false;
state.player.stats.stamina.hidden = false;
state.player.stats.throatPos.hidden = false;

@@ -921,7 +921,9 @@
}
},
show: [

(room) => {
return !state.player.flags.throatSurrender;
}
],
conditions: [



正在加载...
取消
保存