From 35687ace49ce0b41b1380603513d1f04cd6b458f Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Fri, 29 Jun 2007 19:18:51 +0200 Subject: NEW FEATURE+BUGFIX: changed calling re/contra you can call re/contra, etc. now even if it is not your turn. Also fixed rule where you can say 90 with 9 cards, etc. so that you need to say 120 to say 90, 90 to say 60, etc. --- index.php | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 1d6dfff..08ae14c 100644 --- a/index.php +++ b/index.php @@ -1564,24 +1564,8 @@ else if(myisset("me")) display_link_card($card,$PREF["cardset"]); } - if( can_call(120,$me) ) - echo " re/contra (120):". - " "; - if( can_call(90,$me) ) - echo " 90:". - " "; - if( can_call(60,$me) ) - echo " 60:". - " "; - if( can_call(30,$me) ) - echo " 30:". - " "; - if( can_call(0,$me) ) - echo " 0:". - " ". - " no call:". - " "; - + output_form_calls($me); + echo "
\nA short comment:\n"; echo "\n"; echo "\n"; @@ -1594,6 +1578,7 @@ else if(myisset("me")) display_card($card,$PREF["cardset"]); echo "
\n"; + output_form_calls($me); echo "
\nA short comment:\n"; echo "\n"; echo "\n"; -- cgit v1.2.3-18-g5258