From b0ffd4adf074ba90f80371e302653823d94e262a Mon Sep 17 00:00:00 2001 From: vvollo <88790460+vvollo@users.noreply.github.com> Date: Mon, 20 Sep 2021 20:54:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=B2=D0=BE=D0=BA=D0=B0=D0=B4=D0=BE=20?= =?UTF-8?q?=D0=B8=20=D1=85=D0=BB=D0=B5=D0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- room6.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/room6.lua b/room6.lua index 27c30d3..9b21b7e 100644 --- a/room6.lua +++ b/room6.lua @@ -45,7 +45,7 @@ room { end; before_Yes = "Ты хочешь ответить, но старик не услышит тебя."; before_No = "Ты хочешь ответить, но старик не услышит тебя."; - obj = {'kitchen_main_table', 'kitchen_grass', 'kitchen_round_table', 'kitchen_basket', 'kitchen_lift', 'kitchen_door_north', 'kitchen_door_west', 'kitchen_button_up', 'kitchen_button_down', 'kitchen_old_man', 'kitchen_window', 'kitchen_forest', 'kitchen_walls', 'kitchen_ceiling', 'kitchen_pec', 'kitchen_cat'}; + obj = {'kitchen_main_table', 'kitchen_grass', 'kitchen_round_table', 'kitchen_lift', 'kitchen_door_north', 'kitchen_door_west', 'kitchen_button_up', 'kitchen_button_down', 'kitchen_old_man', 'kitchen_window', 'kitchen_forest', 'kitchen_walls', 'kitchen_ceiling', 'kitchen_pec', 'kitchen_cat'}; } room { @@ -245,7 +245,7 @@ obj { }:attr 'static,container,openable,closed'; obj { - -"буханка чёрного хлеба,буханка|хлеб"; + -"буханка чёрного хлеба,буханка|чёрный хлеб,хлеб/но"; nam = "kitchen_bread"; was_cut = false; description = function(s) @@ -300,6 +300,9 @@ obj { mp.score=mp.score+1; end return true; + else + p "Так ты бутерброд не приготовишь."; + return true; end; end; before_Cut = "Кусок хлеба уже отрезан.";