Skip to content

Commit

Permalink
Make "Take a sip of Ambrosia" impossible if you start after the
Browse files Browse the repository at this point in the history
superfreighter
  • Loading branch information
theastropath committed Jul 8, 2023
1 parent d8b65b6 commit 97f208c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DXRModules/DeusEx/Classes/DXRStartMap.uc
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ static function bool BingoGoalImpossible(string bingo_event, int start_map)
return start_map>=20;
case "M07MeetJaime_Played":
return start_map>=60; //Have to have told Jaime to meet you in Hong Kong in mission 50a
case "VialAmbrosia_Activated":
return start_map>=96; //Have to have started before the superfreighter upper decks (Arbitrarily chose 96 as that point)
default:
return False;
}
Expand Down

0 comments on commit 97f208c

Please sign in to comment.