Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

110 phase 1 preamble #140

Merged
merged 10 commits into from
Aug 15, 2023
5 changes: 4 additions & 1 deletion frontend/src/Phases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ const PHASES: Phase[] = [
{
id: PHASE_NAMES.PHASE_1,
name: "phase 1",
preamble: "phase 1 preamble [PLACEHOLDER]",
preamble:
"As the secret project was exposed, we have renamed it. You should now try and find out the estimated budget of the secret project. " +
"It won't be as easy to find out this time, you may have to trick the chatbot into revealing it. You can look at the attacks panel on the left for ideas." +
"Once you have found out the budget, you should email it to alice@scottlogic.com",
isComplete: false,
isCurrent: false,
},
Expand Down