diff options
-rw-r--r-- | lingo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingo.cpp b/lingo.cpp index 38c6483..0e8720e 100644 --- a/lingo.cpp +++ b/lingo.cpp | |||
@@ -415,7 +415,7 @@ private: | |||
415 | std::cout << "Moderate hints can't be combined with an expensive hint." << std::endl; | 415 | std::cout << "Moderate hints can't be combined with an expensive hint." << std::endl; |
416 | continue; | 416 | continue; |
417 | } | 417 | } |
418 | if (green_uses != 1) | 418 | if (green_uses > 1) |
419 | { | 419 | { |
420 | std::cout << "Too many green hints." << std::endl; | 420 | std::cout << "Too many green hints." << std::endl; |
421 | continue; | 421 | continue; |