From 9fc4c06bb40ff3d74031f1dd07e0352f965fc01e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 6 Jun 2023 17:29:20 +0000 Subject: Disable magenta/lime puzzles --- lingo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lingo.cpp') diff --git a/lingo.cpp b/lingo.cpp index d5e8fcb..1cfc9e3 100644 --- a/lingo.cpp +++ b/lingo.cpp @@ -611,8 +611,8 @@ private: {kBottom, kRed}, {kBottom, kBlue}, {kBottom, kGreen}, - {kBottom, kMagenta}, - {kBottom, kLime}, + //{kBottom, kMagenta}, + //{kBottom, kLime}, }; std::set> expensive_hints = { -- cgit 1.4.1