BLADERUNNER: McCoy should holster his gun in MA07 when Gaff is there

This commit is contained in:
Thanasis Antoniou 2019-06-26 19:38:00 +03:00
parent 2d4dffdac0
commit 378f186327

View File

@ -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);
}