]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
fix rules for 'together for fun' tournament
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 19 Mar 2017 13:09:35 +0000 (14:09 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 19 Mar 2017 13:09:35 +0000 (14:09 +0100)
web/briskin5/Obj/rules_together17.phh

index d57186df40c74649a2bc0006f9054ce6809f0a2c..86b0d22c4272c548c3ba167ea9596576d8448616 100644 (file)
@@ -75,7 +75,9 @@ class Rules_together17 extends Rules_no_draw {
 
     function min_tourn_points($a_pnt)
     {
-        if ($a_pnt < 71)
+        if ($a_pnt < 62)
+            $min_pts = 0;
+        else if ($a_pnt < 71)
             $min_pts = 13;
         else if ($a_pnt < 80)
             $min_pts = 19;