From 9eca88cffd4e0c0a79d33db5b0a5304b91dfb2e8 Mon Sep 17 00:00:00 2001 From: teisuru <31881306+teisuru@users.noreply.github.com> Date: Mon, 30 Oct 2023 00:25:53 +0100 Subject: fix burgundians cap --- rules.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rules.js b/rules.js index e2262bf..33a51ed 100644 --- a/rules.js +++ b/rules.js @@ -5138,7 +5138,6 @@ function count_deplete(loc) { // === CAPABILITY : BURGUNDIANS === function can_levy_burgundians(lord) { - console.log(game.flags.burgundians) if (is_seaport(get_lord_locale(lord)) && !is_exile(get_lord_locale(lord)) && lord_has_capability(lord, AOW_YORK_BURGUNDIANS) && game.flags.burgundians === 0) { add_lord_forces(lord, BURGUNDIANS, 2) game.flags.burgundians = 1 -- cgit v1.2.3