]> Pileus Git - ~andy/rhawk/commitdiff
Make .bids work when bidding is in progress
authorMichael Auchter <michael.auchter@gmail.com>
Thu, 28 Nov 2013 03:24:21 +0000 (03:24 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 28 Nov 2013 03:32:15 +0000 (03:32 +0000)
(plus some tweaks)

spades.awk

index 1686806fc031cd0ee7996576147587845f5bb039..9e0f63a94a3e5d4b46dc308d59c8d6c7674bbd6a 100644 (file)
@@ -667,6 +667,7 @@ sp_state == "play" &&
        }
 }
 
+/^\.bids/ && sp_state == "bid" ||
 /^\.turn/ && sp_state ~ "(bid|pass|play)" {
        _bids = sp_bidders()
        _pile = sp_pretty(sp_piles, FROM)