X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Frules_together17.phh;h=86b0d22c4272c548c3ba167ea9596576d8448616;hp=d57186df40c74649a2bc0006f9054ce6809f0a2c;hb=0c03cc562401d8eae266433472ab26d32fefaf04;hpb=d64e0e2c896d74ba403bc3e924ceafc568d8c82b diff --git a/web/briskin5/Obj/rules_together17.phh b/web/briskin5/Obj/rules_together17.phh index d57186d..86b0d22 100644 --- a/web/briskin5/Obj/rules_together17.phh +++ b/web/briskin5/Obj/rules_together17.phh @@ -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;