X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex_wr.php;h=81922cfc32ce388932bf21c53345a3df62ae5efe;hb=bc0b7b844ae5b31058b87b786e5164f2de8c01f2;hp=48cc433421ed03639d8f3c421fbaca5ccc8b61f9;hpb=ec5e02c56127d5d9112c4e96197d700dd6f94447;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);