aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/titanic/true_talk/deskbot_script.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/true_talk/deskbot_script.cpp b/engines/titanic/true_talk/deskbot_script.cpp
index 8e24121dd1..d44cedf636 100644
--- a/engines/titanic/true_talk/deskbot_script.cpp
+++ b/engines/titanic/true_talk/deskbot_script.cpp
@@ -1288,6 +1288,7 @@ int DeskbotScript::preprocess(const TTroomScript *roomScript, const TTsentence *
} else if (sentence->contains("president") || sentence->contains("presidential")
|| sentence->contains("the 3")) {
addResponse(getDialogueId(241689));
+ addResponse(getDialogueId(241739));
} else {
if (getRandomNumber(100) < 80 && sentence2C(sentence))
addResponse(getDialogueId(241707));