From 4bb4b823dc073bfa88ccb558d5a4a4ff2eb452e5 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Mon, 30 Dec 2024 17:55:48 +0000 Subject: Fix icons d_ahead to com control --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 776da82..1452b5e 100644 --- a/rules.js +++ b/rules.js @@ -2790,7 +2790,7 @@ function get_icons(starting_control, end_control) { else if (starting_control === 'd_ahead' && end_control === DEM) return ' (£DU .to £DC)' else if (starting_control === 'd_ahead' && end_control === COM) - return ' (£DU .to £DC)' + return ' (£DU .to £CC)' else if (starting_control === 'c_ahead' && end_control === DEM) return ' (£CU .to £DC)' else if (starting_control === 'c_ahead' && end_control === COM) -- cgit v1.2.3