Pārlūkot izejas kodu

Fix a typo and a missing exit argument

tags/v0.1.2
Fen Dweller pirms 6 gadiem
vecāks
revīzija
794ab0cec7
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: E80B35A6F11C3656
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. +3
    -2
      stories/demo.js

+ 3
- 2
stories/demo.js Parādīt failu

@@ -99,9 +99,10 @@ stories.push({
},
"descend": {
"target": "Stairs",
"desc": "Dare you go down the stiars?",
"desc": "Dare you go down the stairs?",
"hooks": [
(room, state) => {
(room, exit, state) => {
console.log(state)
print(["You're very concerned that you'll fall down all these stairs."]);
return false;
}


Notiek ielāde…
Atcelt
Saglabāt