Skip to content

Commit

Permalink
Update Hints.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi authored Nov 25, 2024
1 parent 5094953 commit 28903e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Archipelago/Hints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const std::string& GetCreditsHint() {
const std::vector<std::string>& GetJokeHints() {
static const std::vector<std::string> jokeHints = {
"Have you tried Adventure?\n...Holy crud, that game is 17 years older than me.",
reinterpret_cast<const char*>(u8"Have you tried Aquaria?\nAdmittedly, singing is a much cooler interaction mechanic than \"drawing lines on stuff\"™."),
reinterpret_cast<const char*>(u8"Have you tried Aquaria?\nAdmittedly, singing is a much cooler interaction mechanic than \"drawing lines on stuff\"™."),
"Have you tried A Hat in Time?\nThere's an actual metro in that game, not just one on the tracker.",
"Have you tried A Link to the Past?\nThe Archipelago game that started it all!",
"Waiting to get your items?\nTry APSudoku! Make progress even while stuck.",
Expand Down Expand Up @@ -167,7 +167,7 @@ const std::vector<std::string>& GetJokeHints() {
"A non-edge start point is similar to a cat.\nIt must be either inside or outside, it can't be both.",
"What if we kissed on the Bunker Laser Platform?\nJk... unless?",
"You don't have Boat? Invisible boat time!\nYou do have boat? Boat clipping time!",
reinterpret_cast <const char*>(u8"Cet indice est en français. Nous nous excusons de tout inconvénients engendrés par cela."),
reinterpret_cast <const char*>(u8"Cet indice est en français. Nous nous excusons de tout inconvénients engendrés par cela."),
"How many of you have personally witnessed a total solar eclipse?",
"In the Treehouse area, you will find 69 progression items.\nNice.\n(Source: Just trust me)",
"Lingo\nLingoing\nLingone",
Expand Down Expand Up @@ -248,7 +248,7 @@ const std::vector<std::string>& GetJokeHints() {
"At least 1 progression item can be found in your world. Probably.",
"Exempt have you checked Bunker EPs?",

"Hints suggested by:\nIHNN, Beaker, MrPokemon11, Ember, TheM8, NewSoupVi, Jasper Bird, T1mshady, KF, Yoshi348, Berserker, BowlinJim, oddGarrett, Pink Switch, Rever, Ishigh, snolid, CodeGorilla, Quas NaArt, Scipio, Projectyl, ManyPinkHats, m4elstrom, Kinrah, TG, transmothgirl, Aplle, Orsan.",
"Hints suggested by:\nIHNN, Beaker, MrPokemon11, Ember, TheM8, NewSoupVi, Jasper Bird, T1mshady, KF, Yoshi348, Berserker, BowlinJim, oddGarrett, Pink Switch, Rever, Ishigh, snolid, CodeGorilla, Quas NaArt, Scipio, Projectyl, ManyPinkHats, m4elstrom, Kinrah, Pineapple, TG, transmothgirl, Aplle, Orsan.",
};

return jokeHints;
Expand Down

0 comments on commit 28903e6

Please sign in to comment.