瀏覽代碼

Let the player try to climb out

geta
Fen Dweller 5 年之前
父節點
當前提交
78098bc475
共有 1 個檔案被更改,包括 21 行新增1 行删除
  1. +21
    -1
      stories/geta-unaware.js

+ 21
- 1
stories/geta-unaware.js 查看文件

@@ -390,7 +390,7 @@
delay: 3000,
loop: true,
classes: [
"free"
]
}, state);

@@ -402,7 +402,26 @@

],
"exits": {
"ascend": {
"target": "bowl",
"desc": "Try to climb back out!",
"show": [

],
"conditions": [

],
"hooks": [
(room, exit, state) => {
print([
"You grab at the rim of the bowl and try to pull yourself out. Alas, your struggles are for naught; Geta easily scoops you up in his spoon and, a heartbeat later, slurps you into his sloppy jaws. You didn't stand a chance."
]);
goToRoom("maw", state);
return false;
}

]
},
},
"hooks": [

@@ -418,6 +437,7 @@
"name": "Geta's Maw",
"desc": "You've been slurped up into the fox's jaws",
"move": (room, state) => {
},
"enter": (room, state) => {
stopClassTimers("free", state);


Loading…
取消
儲存