From: Andy Spencer Date: Thu, 28 Jan 2016 05:33:49 +0000 (+0000) Subject: Fix tied message X-Git-Url: http://pileus.org/git/?p=~andy%2Frhawk;a=commitdiff_plain;h=9434e58ec0bba125e4e0102817ea31c79a0de05b Fix tied message --- diff --git a/spades.awk b/spades.awk index 3f357d2..89c5a7a 100644 --- a/spades.awk +++ b/spades.awk @@ -393,7 +393,7 @@ function sp_play(card, winner, pi) } else { if (sp_scores[0] == sp_scores[1] && sp_scores[0] >= sp_playto) - sp_say("It's tie! Playing an extra round!"); + sp_say("It's a tie! Playing an extra round!"); sp_reset(1) sp_deal() }