Kaynağa Gözat

Fix a typo and a missing exit argument

tags/v0.1.2
Fen Dweller 6 yıl önce
ebeveyn
işleme
794ab0cec7
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: E80B35A6F11C3656
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. +3
    -2
      stories/demo.js

+ 3
- 2
stories/demo.js Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet