together17: add points constraint on the suit when auction is finished
[brisk.git] / web / briskin5 / Obj / rules.phh
index 9618bf7..9543975 100644 (file)
@@ -24,6 +24,7 @@
 
 define('BIN5_TOURNAMENT_OLDRULES', 1);
 define('BIN5_TOURNAMENT_NO_DRAW',  2);
+define('BIN5_TOURNAMENT_TOGETHER17',  4);
 
 define('BIN5_RULES_OLDSCHEMA', -1);
 define('BIN5_RULES_FINISH',     0);
@@ -31,6 +32,7 @@ define('BIN5_RULES_ABANDON',    1);
 define('BIN5_RULES_ALLPASS',    2);
 define('BIN5_RULES_ASTA',       3);
 define('BIN5_RULES_NEXTAUCT',   4);
+define('BIN5_RULES_CHECKCHOOSE',5);
 
 require_once("rules_base.phh");
 require_once("rules_old_rules.phh");