From ca2fedce197db031916fb0107a9263b5fe62ca71 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Sun, 23 Aug 2015 19:45:57 +0000 Subject: [PATCH] Add limit to tied message --- spades.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spades.awk b/spades.awk index fe39906..b7d08b1 100644 --- a/spades.awk +++ b/spades.awk @@ -313,7 +313,7 @@ function sp_score( bids, times, tricks) else if (sp_scores[1] > sp_scores[0]) say(sp_team(1) " lead " sp_scores[1] " to " sp_scores[0] " of " sp_playto) else - say("tied at " sp_scores[0]) + say("tied at " sp_scores[0] " of " " of " sp_playto) } function sp_play(card, winner, pi) -- 2.43.2