From 6f7245329910f41c564e90a54dff0147a250387e Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Sat, 10 Dec 2016 15:04:14 +0700 Subject: [PATCH] Removed the stupid "Look around" choice --- game/procgen/ru/window.cson | 20 ++++++++++++++++++-- game/story.coffee | 5 +++-- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/game/procgen/ru/window.cson b/game/procgen/ru/window.cson index 4e2750f..1727404 100644 --- a/game/procgen/ru/window.cson +++ b/game/procgen/ru/window.cson @@ -1,3 +1,19 @@ -phrases: [ - "За окном проносится Россия." +groups: [ + tags: [] + phrases: [ + "За окном проносится Россия." + ] + , + tags: [ + ['weather', 'warm'] + ] + phrases: [ + ] + , + tags: [ + ['weather', 'cold'] + ] + phrases: [ + "Вы ничего не видите в метели." + ] ] diff --git a/game/story.coffee b/game/story.coffee index 52db4ca..c5c1456 100644 --- a/game/story.coffee +++ b/game/story.coffee @@ -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 ""+Improv.gen("window")+"" room "phone", choices: "#call",