Skip to content

Commit

Permalink
fixed reduced rando paul conversation skip, and M05 goals
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Nov 18, 2023
1 parent 2c4b965 commit 899afc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DXRMissions/DeusEx/Classes/DXRMissionsM01.uc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ function AddMissionGoals()
{
local DeusExGoal newGoal;
if(dxr.localURL != "01_NYC_UNATCOISLAND") return;
if(dxr.flags.IsReducedRando()) return;

//The MeetPaul conversation would normally give you several goals.
//Give them manually instead of via that conversation.
Expand Down
1 change: 1 addition & 0 deletions DXRMissions/DeusEx/Classes/DXRMissionsM05.uc
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ function AddMissionGoals()
local DeusExGoal newGoal;

if(dxr.localURL != "05_NYC_UNATCOMJ12LAB") return;
if(dxr.flags.IsReducedRando()) return;

foreach AllActors(class'#var(prefix)DataLinkTrigger', dlt) {
if(dlt.datalinkTag == 'DL_Choice') {
Expand Down

0 comments on commit 899afc2

Please sign in to comment.