X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex_wr.php;h=81922cfc32ce388932bf21c53345a3df62ae5efe;hb=a2a413e82ec27127d9b27b03afbb7da14228cf5d;hp=48cc433421ed03639d8f3c421fbaca5ccc8b61f9;hpb=47696cec5d0749f2ff8c4575e942902c5522d06c;p=brisk.git diff --git a/web/briskin5/index_wr.php b/web/briskin5/index_wr.php index 48cc433..81922cf 100644 --- a/web/briskin5/index_wr.php +++ b/web/briskin5/index_wr.php @@ -165,7 +165,7 @@ else if ($user->stat == 'table') { log_wr(sprintf("GIOCO FINITO !!!")); - $table->mult *= 2; + $table->mult += 1; $table->old_reason = sprintf("Ha lasciato %s perché aveva al massimo 2 punti.", xcape($user->name)); $table->game_next(); @@ -278,7 +278,7 @@ else if ($user->stat == 'table') { log_wr(sprintf("GIOCO FINITO !!!")); $table->old_reason = "Hanno passato tutti."; - $table->mult *= 2; + $table->mult += 1; $table->game_next(); $table->game_init(&$bri->user);