From 7609054aac7694bc9b2159df5a4860630a7843cf Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 27 Jan 2024 16:38:06 +0100 Subject: Fix nesting in setup_III_Y. --- rules.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 5af7a86..85fd548 100644 --- a/rules.js +++ b/rules.js @@ -2430,13 +2430,12 @@ function setup_III_Y() { if (!is_lord_in_play(LORD_MARCH) && is_lord_in_play(LORD_RUTLAND)) { muster_lord(LORD_RUTLAND, LOC_CANTERBURY) add_favoury_marker(LOC_CANTERBURY) - // TODO: Add Y20 + } if (is_lord_in_play(LORD_GLOUCESTER_1)) { muster_lord(LORD_GLOUCESTER_1, LOC_GLOUCESTER) add_favoury_marker(LOC_GLOUCESTER) // TODO: Y34 - } } } if (main_york_heir === MARCH || main_york_heir === LORD_EDWARD_IV) { -- cgit v1.2.3