summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 4a325a2..89cf606 100644
--- a/rules.js
+++ b/rules.js
@@ -9176,6 +9176,8 @@ function end_feed() {
// === LEVY & CAMPAIGN: PAY ===
function can_pay_lord(lord) {
+ if (get_lord_service(lord) > 16)
+ return false
if (game.active === RUSSIANS) {
if (game.pieces.veche_coin > 0 && is_lord_unbesieged(lord))
return true