summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index c8c9c59..3abac4b 100644
--- a/rules.js
+++ b/rules.js
@@ -2569,7 +2569,7 @@ function can_play_merchant_ship_converted(merchants) {
}
function can_play_happy_hunting() {
- return (game.where == TRIPOLI) && is_not_removed(HAPPY_HUNTING);
+ return (game.where == TRIPOLI) && (count_tripolitan_corsairs(TRIPOLI) > 0) && is_not_removed(HAPPY_HUNTING);
}
function can_play_the_guns_of_tripoli() {