]> Pileus Git - ~andy/rhawk/blobdiff - spades.awk
Make .bids work when bidding is in progress
[~andy/rhawk] / 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)