Procházet zdrojové kódy

Let the player try to climb out

geta
Fen Dweller před 5 roky
rodič
revize
78098bc475
1 změnil soubory, kde provedl 21 přidání a 1 odebrání
  1. +21
    -1
      stories/geta-unaware.js

+ 21
- 1
stories/geta-unaware.js Zobrazit soubor

@@ -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);


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