ソースを参照

Fix a typo and a missing exit argument

tags/v0.1.2
Fen Dweller 6年前
コミット
794ab0cec7
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E80B35A6F11C3656
1個のファイルの変更3行の追加2行の削除
  1. +3
    -2
      stories/demo.js

+ 3
- 2
stories/demo.js ファイルの表示

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


読み込み中…
キャンセル
保存