diff options
author | Arun Persaud <arun@nubati.net> | 2008-10-18 16:46:59 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-10-18 16:46:59 -0700 |
commit | 567f0d615194566c629887a315cd864bbe84fde9 (patch) | |
tree | ea973a9c3afc86b4ce4c76cce581628bb5890267 /include/output.php | |
parent | eb20bf1a0cae1192eb50c19220e72df8d971d8e7 (diff) | |
download | e-DoKo-567f0d615194566c629887a315cd864bbe84fde9.tar.gz e-DoKo-567f0d615194566c629887a315cd864bbe84fde9.tar.bz2 e-DoKo-567f0d615194566c629887a315cd864bbe84fde9.zip |
NEW FEATURE: implement Lance's Schweinchen rule
new rule that only allows Schweinchen in case one of the teammembers called re/contra.
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/output.php b/include/output.php index 1531c77..723dd54 100644 --- a/include/output.php +++ b/include/output.php @@ -75,8 +75,8 @@ function output_form_for_new_game($names) </li> <li> <input type="radio" name="schweinchen" value="second" /> first one normal, second one becomes highest (call during the game) </li> - <li> <input type="radio" name="schweinchen" value="secondaftercall" disabled="disabled" /> - second one become highest only in case re/contra was announced (not working yet) + <li> <input type="radio" name="schweinchen" value="secondaftercall" /> + second one become highest only in case re/contra was announced </li> </ul> <p> Call Re/Contra, etc.: </p> |