]> Pileus Git - ~andy/rhawk/commitdiff
Add current bids to next bidder message
authorAndy Spencer <andy753421@gmail.com>
Fri, 24 Oct 2014 21:00:08 +0000 (21:00 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 24 Oct 2014 21:00:08 +0000 (21:00 +0000)
spades.awk

index 75d12b93d0c9b4aa6ebb15cad11e5dd0b8f8b909..0f9c7840ba6615c5788f95ce651556411cc48e1f 100644 (file)
@@ -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))