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