diff options
Diffstat (limited to 'engines/titanic')
-rw-r--r-- | engines/titanic/true_talk/bellbot_script.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/true_talk/bellbot_script.cpp b/engines/titanic/true_talk/bellbot_script.cpp index 7496bd5fc1..ec15c5dfbf 100644 --- a/engines/titanic/true_talk/bellbot_script.cpp +++ b/engines/titanic/true_talk/bellbot_script.cpp @@ -267,6 +267,8 @@ int BellbotScript::process(const TTroomScript *roomScript, const TTsentence *sen return 2; } } + if (result == 2) + return 2; if (sentence->localWord("television") || sentence->localWord("tv") || sentence->localWord("crush") || sentence->localWord("crushed")) { |