From: Andy Spencer Date: Fri, 24 Oct 2014 21:00:08 +0000 (+0000) Subject: Add current bids to next bidder message X-Git-Url: http://pileus.org/git/?p=~andy%2Frhawk;a=commitdiff_plain;h=b99d91d6fbfe25cb1883c5f620ad439206344725 Add current bids to next bidder message --- diff --git a/spades.awk b/spades.awk index 75d12b9..0f9c784 100644 --- a/spades.awk +++ b/spades.awk @@ -595,7 +595,7 @@ sp_state == "bid" && sp_nil[i] = 0 } if (sp_turn != sp_dealer) { - say("Bidding goes to " sp_player "!") + say("Bidding goes to " sp_player "! (" sp_bidders() ")") } else { for (p in sp_players) say(p, "You have: " sp_hand(p, p))