Skip to content

Commit

Permalink
Randomize Jock's location at the end of mission 9 dockyard in Revision
Browse files Browse the repository at this point in the history
  • Loading branch information
theastropath committed Aug 12, 2023
1 parent 2db32d8 commit 9adb73e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DXRMissions/DeusEx/Classes/DXRMissionsM09.uc
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,15 @@ function int InitGoalsRev(int mission, string map)
return 92;
*/
/*

case "09_NYC_DOCKYARD":
AddGoal("09_NYC_DOCKYARD", "Jock", NORMAL_GOAL, 'BlackHelicopter0', PHYS_None);
AddGoalLocation("09_NYC_DOCKYARD", "Roof", NORMAL_GOAL | VANILLA_GOAL, vect(3324.307617, 6731.588379, 1459.857788), rot(0, -19856, 0));
AddGoalLocation("09_NYC_DOCKYARD", "In Front of Ammo Storage", NORMAL_GOAL, vect(3226.842773, 2405.506348, 111.857788), rot(0, 10000, 0));
AddGoalLocation("09_NYC_DOCKYARD", "Roof", NORMAL_GOAL | VANILLA_GOAL, vect(3359.76,6789.344,1459), rot(0, -19856, 0));
AddGoalLocation("09_NYC_DOCKYARD", "In Front of Ammo Storage", NORMAL_GOAL, vect(3371,2862,112), rot(0, 0, 0));
AddGoalLocation("09_NYC_DOCKYARD", "Inside Warehouse", NORMAL_GOAL, vect(563.842773, 4372.506348, 111.857788), rot(0, 15000, 0));
AddGoalLocation("09_NYC_DOCKYARD", "Sewer", NORMAL_GOAL, vect(2001.842773, 5715.506348, -164.142212), rot(0, 15000, 0));
AddGoalLocation("09_NYC_DOCKYARD", "Sewer", NORMAL_GOAL, vect(2001.842773, 5715.506348, -164.142212), rot(0, 0, 0));
return 93;
*/

}

return mission+1000;
Expand Down

0 comments on commit 9adb73e

Please sign in to comment.