From 0446a4eb0485bb8dd34312c64f940c2461a7180e Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 18 Feb 2008 14:46:32 -0800 Subject: [PATCH] Fix typo in set help message, (cards are labelled from 0 to 11 not 0 to 12) --- lg-set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lg-set.c b/lg-set.c index 3a1a853..365e68b 100644 --- a/lg-set.c +++ b/lg-set.c @@ -451,7 +451,7 @@ set_game_handle_help (set_game_t *game, "\tshuffle \tReturn the cards to the deck, shuffle and deal\n" "\t \t(this is only allowed if no sets are possible)\n" "\tset X Y Z\tClaim three cards as a set. The cards are numbered\n" - "\t \tleft-to-right, and top-to-bottom from 0 to 12.\n" + "\t \tleft-to-right, and top-to-bottom from 0 to 11.\n" "\n" "For more information about SET, or to purchase your own deck, visit\n" "http://setgame.com . Please note that this server is unaffiliated\n" -- 2.43.0