1
0
Fork 0
mirror of https://github.com/goraph/17rooms.git synced 2024-06-29 07:54:57 +03:00

Авокадо и хлеб

This commit is contained in:
vvollo 2021-09-20 20:54:20 +03:00 committed by GitHub
parent 90324aa0ae
commit b0ffd4adf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = "Кусок хлеба уже отрезан.";