aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-05 14:55:35 -0400
committerPaul Gilbert2017-08-05 14:55:35 -0400
commit1fdf0c70d4c8359ba7799da771884b66a2ebc733 (patch)
tree446679979018e88597fccf86bd34f79908b9d64c /engines
parentd9be91cc346abe3859c41aa6cd8d4a76b6939448 (diff)
downloadscummvm-rg350-1fdf0c70d4c8359ba7799da771884b66a2ebc733.tar.gz
scummvm-rg350-1fdf0c70d4c8359ba7799da771884b66a2ebc733.tar.bz2
scummvm-rg350-1fdf0c70d4c8359ba7799da771884b66a2ebc733.zip
TITANIC: Add missing conv fragment for Presidential bed during checkin
Diffstat (limited to 'engines')
-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));