From 6af7b09fa551c6cc980bb54fefd1db88c904654f Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 9 Dec 2022 18:41:07 -0500 Subject: Oops --- lingo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lingo.cpp b/lingo.cpp index 38c6483..0e8720e 100644 --- a/lingo.cpp +++ b/lingo.cpp @@ -415,7 +415,7 @@ private: std::cout << "Moderate hints can't be combined with an expensive hint." << std::endl; continue; } - if (green_uses != 1) + if (green_uses > 1) { std::cout << "Too many green hints." << std::endl; continue; -- cgit 1.4.1