From 0c03cc562401d8eae266433472ab26d32fefaf04 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 19 Mar 2017 14:09:35 +0100 Subject: [PATCH] fix rules for 'together for fun' tournament --- web/briskin5/Obj/rules_together17.phh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.17.1