Removed the stupid "Look around" choice

This commit is contained in:
Alexander Yakovlev 2016-12-10 15:04:14 +07:00
parent 17ba5a9526
commit 6f72453299
2 changed files with 21 additions and 4 deletions

View File

@ -1,3 +1,19 @@
phrases: [ groups: [
"За окном проносится Россия." tags: []
phrases: [
"За окном проносится Россия."
]
,
tags: [
['weather', 'warm']
]
phrases: [
]
,
tags: [
['weather', 'cold']
]
phrases: [
"Вы ничего не видите в метели."
]
] ]

View File

@ -1,5 +1,4 @@
room "start", room "start",
choices: ["vstart"]
before: (from) -> before: (from) ->
if (!from) if (!from)
""" """
@ -20,7 +19,9 @@ room "start",
""" """
writers: writers:
window: () -> window: () ->
Improv.gen("window") salet.view.clearContent()
salet.here().entering()
return "<em>"+Improv.gen("window")+"</em>"
room "phone", room "phone",
choices: "#call", choices: "#call",