summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index b476f6d..9736182 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -329,6 +329,7 @@ function compare_cards($a,$b,$game)
case "normal":
case "silent":
case "trump":
+ case "wedding":
if($RULES['schweinchen']=='both' && $GAME['schweinchen-who'])
{
if($a == 19 || $a == 20 )
@@ -356,6 +357,8 @@ function compare_cards($a,$b,$game)
/* if not, do nothing and the foxes are just handeled as normal trump */
}
;
+ case "poverty":
+ case "dpoverty":
case "heart":
case "spade":
case "club":