mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
BLADERUNNER: McCoy should holster his gun in MA07 when Gaff is there
This commit is contained in:
parent
2d4dffdac0
commit
378f186327
@ -154,6 +154,11 @@ void SceneScriptMA07::PlayerWalkedIn() {
|
||||
&& Global_Variable_Query(kVariableChapter) == 4
|
||||
) {
|
||||
Scene_Exits_Disable();
|
||||
#if BLADERUNNER_ORIGINAL_BUGS
|
||||
#else
|
||||
// don't have McCoy with his gun drawn out when talking to Gaff here
|
||||
Player_Set_Combat_Mode(false);
|
||||
#endif // BLADERUNNER_ORIGINAL_BUGS
|
||||
Actor_Set_Goal_Number(kActorGaff, kGoalGaffMA07Wait);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user