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 d57186d..86b0d22 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;