mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
BLADERUNNER: Fix McCoy reporting twice Lucy's VK result
When she is Replicant
This commit is contained in:
parent
3b005ac890
commit
76bc50aa95
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user