aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/rc04.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/scene/rc04.cpp')
-rw-r--r--engines/bladerunner/script/scene/rc04.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/bladerunner/script/scene/rc04.cpp b/engines/bladerunner/script/scene/rc04.cpp
index 8efdaf4a24..4b4e31b014 100644
--- a/engines/bladerunner/script/scene/rc04.cpp
+++ b/engines/bladerunner/script/scene/rc04.cpp
@@ -209,6 +209,9 @@ void SceneScriptRC04::dialogueWithBulletBob() {
Actor_Says(kActorMcCoy, 5040, 16);
Actor_Says(kActorBulletBob, 550, 11);
Actor_Modify_Friendliness_To_Other(kActorBulletBob, kActorMcCoy, -6);
+ if (_vm->_cutContent) {
+ Actor_Modify_Friendliness_To_Other(kActorHasan, kActorMcCoy, 6);
+ }
Game_Flag_Set(kFlagMcCoyTalkedToBulletBobAboutHasan);
break;