X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lg-set.c;h=a6594b27a3de4bc9ad9a621f68755f97e9a985ec;hb=7e33d9d0482f397390bea2f2ce17562ac2bb736d;hp=365e68b7ddafb3db8eaff26922283c2c4f0ead32;hpb=0446a4eb0485bb8dd34312c64f940c2461a7180e;p=loudgame diff --git a/lg-set.c b/lg-set.c index 365e68b..a6594b2 100644 --- a/lg-set.c +++ b/lg-set.c @@ -430,6 +430,10 @@ set_game_handle_set (set_game_t *game, loudgame_sendf (&game->lg, peer, "Yes, that's a set!"); + loudgame_broadcastf (&game->lg, + "%s found the set: %d %d %d. Please send a new 'show' command.", + peer, + slots[0], slots[1], slots[2]); for (i = 0; i < 3; i++) game->board.slots[slots[i]].has_card = 0;