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",