From d638a4e1d0c15ce749430e546d695827c04979f1 Mon Sep 17 00:00:00 2001
From: arun
Date: Sat, 2 Jun 2007 15:40:16 +0000
Subject: new feature: added checks for re/contra/90 etc. ; fixed: some
measages were outdated
---
index.php | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
(limited to 'index.php')
diff --git a/index.php b/index.php
index 8e21ae6..10416f1 100644
--- a/index.php
+++ b/index.php
@@ -243,7 +243,9 @@ else if(myisset("me"))
$RULES["dullen"] = $r[2];
$RULES["schweinchen"] = $r[3];
-
+ $RULES["call"] = "1st-own-card";
+
+
/* get some infos about the game */
$gametype = DB_get_gametype_by_gameid($gameid);
$gamestatus = DB_get_game_status_by_gameid($gameid);
@@ -333,7 +335,7 @@ else if(myisset("me"))
display_card($card,$PREF["cardset"]);
echo "
\n";
- check_for_sickness($me,$mycards);
+ output_check_for_sickness($me,$mycards);
/* move on to the next stage*/
DB_set_hand_status_by_hash($me,'check');
@@ -1461,7 +1463,9 @@ else if(myisset("me"))
" ";
if( can_call(0,$me) )
echo " 0:".
- " ";
+ " ".
+ " no call:".
+ " ";
echo "
\nA short comments:\n";
echo "\n";
--
cgit v1.2.3-18-g5258