X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex_wr.php;h=b3362fed77bd517ddc8adb28470bcab799ba3920;hb=64324151dd1c46452714cadd04efa259d08973b0;hp=5f901f51a8f12e485b24c7406949a22938fc6f48;hpb=c18304aabbda36bfe910ffba37d9d5ec255b584c;p=brisk.git diff --git a/web/index_wr.php b/web/index_wr.php index 5f901f5..b3362fe 100644 --- a/web/index_wr.php +++ b/web/index_wr.php @@ -238,8 +238,9 @@ else if ($user->stat == 'table' && $user->subst == 'asta') { $maxcard = $user_cur->asta_card; } - if ($table->asta_pla_n > ($maxcard > -1 ? 1 : 0) && + if (($table->asta_pla_n > ($maxcard > -1 ? 1 : 0)) && !($table->asta_card == 9 && $table->asta_pnt == 120)) { + log_wr($sess,"ALLOPPA QUI"); for ($i = 1 ; $i < PLAYERS_N ; $i++) { $index_next = ($table->gstart + $i) % PLAYERS_N; if ($table->asta_pla[$index_next]) { @@ -285,7 +286,7 @@ else if ($user->stat == 'table' && $user->subst == 'asta') { else { log_wr($sess, "FINITA !"); // if a_pnt == 120 supergame ! else abbandono - if ($a_pnt == 120) { + if ($a_pnt == 120 || $user->asta_card != -1) { $chooser = $index_cur; for ($i = 1 ; $i < PLAYERS_N ; $i++) if ($i != $chooser)