private void conductTrumpDiscovery() throws IOException,
InterruptedException {
AskTrumpRules atm_game = (AskTrumpRules) m_game;
String response;
do {
int who = atm_game.whoPicksTrump();
delatch(incomingResponses, who);
synchronized (coms[who]) {
coms[who].clearResend();
coms[who].respond("Please choose the trump.");
}