BLADERUNNER: Fix McCoy reporting twice Lucy's VK result

When she is Replicant
This commit is contained in:
Thanasis Antoniou 2020-03-18 22:11:50 +02:00
parent 3b005ac890
commit 76bc50aa95

View File

@ -890,7 +890,12 @@ void AIScriptLucy::voightKampffTest() {
Player_Loses_Control();
if (Actor_Clue_Query(kActorMcCoy, kClueVKLucyReplicant)) {
#if BLADERUNNER_ORIGINAL_BUGS
Actor_Says(kActorMcCoy, 6865, 13);
#else
// don't repeat the result, just delay
Delay(250);
#endif // BLADERUNNER_ORIGINAL_BUGS
Actor_Says(kActorLucy, 1140, 14);
Actor_Says(kActorMcCoy, 6865, 14);
Actor_Says(kActorLucy, 1150, 16);