BLADERUNNER: McCoy should holster his gun in MA07 when Gaff is there
This commit is contained in:
parent
2d4dffdac0
commit
378f186327
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue