summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteisuru <31881306+teisuru@users.noreply.github.com>2023-10-30 00:25:53 +0100
committerTor Andersson <tor@ccxvii.net>2023-12-10 18:16:55 +0100
commit9eca88cffd4e0c0a79d33db5b0a5304b91dfb2e8 (patch)
tree707cce750bdd67f5d318328c8c09a6e7edcf659c
parent634731f81c61338f362e6981303963c47f4049e0 (diff)
downloadplantagenet-9eca88cffd4e0c0a79d33db5b0a5304b91dfb2e8.tar.gz
fix burgundians cap
-rw-r--r--rules.js1
1 files changed, 0 insertions, 1 deletions
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