]> Pileus Git - ~andy/rhawk/commitdiff
Add limit to tied message
authorAndy Spencer <andy753421@gmail.com>
Sun, 23 Aug 2015 19:45:57 +0000 (19:45 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sun, 23 Aug 2015 19:45:57 +0000 (19:45 +0000)
spades.awk

index fe399064a4a709fc5e4c215fd5cf0bb5e8005d6d..b7d08b1ee20fc95512e00761da3d08d21e5a034e 100644 (file)
@@ -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)