X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Frules.phh;h=954397562b3a2bc26dd89668378bd2afbac9ceb0;hb=51d3c2f014e177b27027d1340f7e49a947f6f9b0;hp=4b14773af35c228ae8276da78b79d933fc83c307;hpb=648e67ab39b09ae4a82fe2548a6c63154b61e901;p=brisk.git diff --git a/web/briskin5/Obj/rules.phh b/web/briskin5/Obj/rules.phh index 4b14773..9543975 100644 --- a/web/briskin5/Obj/rules.phh +++ b/web/briskin5/Obj/rules.phh @@ -24,12 +24,15 @@ 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); 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");