1
0
Fork 0
mirror of https://github.com/goraph/17rooms.git synced 2024-06-26 05:10:44 +03:00

fix condition in room11. It was impossible to complete room if first phrase said was invalid

This commit is contained in:
silverwing 2021-05-07 22:13:41 +04:00
parent a51b09fd9a
commit d970b96e9b

View file

@ -581,7 +581,7 @@ room {
before_Taste = 'Несмотря на то, что в зеркало можно смотреться, это не делает его менее пыльным.';
before_Talk = 'Поговорить со своим отражением? Нет, для того, чтобы поговорить с самой собой тебе не обязательно нужен зрительный контакт.';
['before_Ask, Ask_to, AskFor, Tell'] = function(s,w)
if s:once(mp.event) and w:find "красное" and w:find "море" then
if w:find "красное" and w:find "море" and s:once(mp.event) then
p 'Ты произнесла это и услышала за собой какой-то грохот. Что-то упало на пол.';
mp.score=mp.score+1;
enable('kabinet_falsajoponardo');
@ -1013,7 +1013,7 @@ room {
-- -"таинственный кинжал,кинжал";
-- nam = "dagger";
-- description = "Таинственный кинжал.";
--}
--}