Skip to content

Commit f5a895d

Browse files
committed
Some tweaks
1 parent c03f192 commit f5a895d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Source/PuzzleList.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,11 +471,11 @@ void PuzzleList::GenerateTreehouseN()
471471
generator->generate(0x17DC7, Decoration::Star | Decoration::Color::Magenta, 6, Decoration::Dot_Intersection, 6, Decoration::Gap, 3);
472472
generator->generate(0x17CE4, Decoration::Star | Decoration::Color::Magenta, 6, Decoration::Dot_Intersection, 6, Decoration::Gap, 3);
473473
generator->setGridSize(5, 5);
474-
generator->pathWidth = 0.8f;
474+
generator->pathWidth = 0.84f;
475475
generator->generate(0x17D2D, Decoration::Star | Decoration::Color::Magenta, 6, Decoration::Dot_Intersection, 9, Decoration::Gap, 8);
476-
generator->pathWidth = 1;
477476
generator->generate(0x17D6C, Decoration::Star | Decoration::Color::Magenta, 8, Decoration::Dot_Intersection, 9, Decoration::Gap, 5);
478477
generator->removeFlag(Generate::Config::FullGaps);
478+
generator->pathWidth = 1;
479479
//Pink Bridge 2
480480
generator->setGridSize(3, 3);
481481
generator->generate(0x17D9B, Decoration::Star | Decoration::Color::Magenta, 4, Decoration::Stone | Decoration::Color::Black, 2, Decoration::Stone | Decoration::Color::White, 2);
@@ -865,7 +865,7 @@ void PuzzleList::GenerateCavesN()
865865
generator->setFlag(Generate::Config::EnableFlash);
866866
generator->generate(0x0A16B, Decoration::Dot_Intersection, 33);
867867
generator->generate(0x0A2CE, Decoration::Dot_Intersection, 25, Decoration::Star | Decoration::Color::Black, 6, Decoration::Star | Decoration::Color::White, 2);
868-
generator->generate(0x0A2D7, Decoration::Dot_Intersection, 25, Decoration::Triangle | Decoration::Color::Black, 4);
868+
generator->generate(0x0A2D7, Decoration::Dot_Intersection, 25, Decoration::Star | Decoration::Color::Black, 1, Decoration::Star | Decoration::Color::White, 2, Decoration::Stone | Decoration::Color::Black, 2, Decoration::Stone | Decoration::Color::White, 1);
869869
generator->generate(0x0A2DD, Decoration::Dot_Intersection, 25, Decoration::Poly | Decoration::Color::Black, 3);
870870
generator->generate(0x0A2EA, Decoration::Dot_Intersection, 25, Decoration::Poly | Decoration::Can_Rotate | Decoration::Color::Black, 2);
871871
generator->setSymbol(Decoration::Start, 0, 0); generator->setSymbol(Decoration::Start, 6, 6); generator->setSymbol(Decoration::Start, 0, 6);

Source/Randomizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void Randomizer::GenerateHard(HWND loadingHandle) {
4242
SetWindowText(loadingHandle, L"Done!");
4343
if (!Special::hasBeenRandomized())
4444
MessageBox(GetActiveWindow(), L"Hi there! Thanks for trying out Expert Mode. It will be tough, but I hope you have fun!\r\n\r\n"
45-
L"Expert has some unique tricks up its sleeve. You will encounter some situations that may seem impossible at first (even in tutorial)! "
45+
L"Expert has some unique tricks up its sleeve. You will encounter some situations that may seem impossible at first glance (even in tutorial)! "
4646
L"In these situations, try to think of alternate approaches that weren't required in the base game.\r\n\r\n"
4747
L"For especially tough puzzles, the Solver folder has a solver that works for most puzzles, though it occasionally fails to find a solution.\r\n\r\n"
4848
L"The Github wiki also has a Hints page that can help with certain tricky puzzles.\r\n\r\n"

0 commit comments

Comments
 (0)