X-Git-Url: http://pileus.org/git/?p=~andy%2Frhawk;a=blobdiff_plain;f=spades.awk;h=89c5a7ae1475fa9b4b10c63ebde467dd49621444;hp=3f357d2da6b8e5d88269ccb6bbe9ab01a7dda734;hb=9434e58ec0bba125e4e0102817ea31c79a0de05b;hpb=93818963dbc84a3d97fbf04fc96fa78920a017a2 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() }