summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-12-09 18:41:07 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2022-12-09 18:41:07 -0500
commit6af7b09fa551c6cc980bb54fefd1db88c904654f (patch)
tree0b41dd144b927557f6f3a1f5d9c297efad1fa8bc
parentcf8d349f603dad115c7df2c44df49595a0a164e7 (diff)
downloadlingo-6af7b09fa551c6cc980bb54fefd1db88c904654f.tar.gz
lingo-6af7b09fa551c6cc980bb54fefd1db88c904654f.tar.bz2
lingo-6af7b09fa551c6cc980bb54fefd1db88c904654f.zip
Oops
-rw-r--r--lingo.cpp2
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;