Skip to content

Commit

Permalink
BLADERUNNER: Added mssing method for Lucy
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Mar 15, 2018
1 parent 2ba581c commit c65a693
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion engines/bladerunner/script/ai/lucy.cpp
Expand Up @@ -785,7 +785,13 @@ bool AIScriptLucy::ReachedMovementTrackWaypoint(int waypointId) {
}

void AIScriptLucy::FledCombat() {
// return false;
if (Global_Variable_Query(kVariableChapter) == 5 && Actor_Query_Goal_Number(kActorLucy) == 450) {
Actor_Put_In_Set(kActorLucy, kSetFreeSlotG);
Actor_Set_At_Waypoint(kActorLucy, 39, 0);
Actor_Set_Goal_Number(kActorLucy, 599);
}

return; //true;
}

void AIScriptLucy::voightKempTest() {
Expand Down

0 comments on commit c65a693

Please sign in to comment.